akazukin5151 / koneko

Browse pixiv in the terminal using kitty's icat to display images (in the terminal!)
https://koneko.readthedocs.io/en/latest/
GNU General Public License v3.0
53 stars 3 forks source link

Wrap configs in Result[] #1

Closed akazukin5151 closed 4 years ago

akazukin5151 commented 4 years ago

Compare to using or in the use-or branch

https://github.com/twenty5151/koneko/blob/3945099119f2c85b7729a4ef2c726621e0d15ba0/koneko/lscat.py#L39

https://github.com/twenty5151/koneko/blob/3945099119f2c85b7729a4ef2c726621e0d15ba0/koneko/utils.py#L183

Advantages of using Result

Disadvantages of using Result

Advantages of use-or

Disadvantages of use-or

akazukin5151 commented 4 years ago

Using or doesn't even catch any exception being raised. Railway will be accepted.