cxw42 / TabFern

Google Chrome extension for saving and restoring sets of tabs, and for switching between windows and tabs from a vertical, grouped list.
https://cxw42.github.io/TabFern/
Other
170 stars 27 forks source link

Clean up error returns from functions #232

Open cxw42 opened 3 years ago

cxw42 commented 3 years ago

Currently, the code base has many different ways for functions to report errors:

Regularize these!

Maybe https://github.com/alleycat-at-git/monad/blob/master/js/src/option.js .