vector icon indicating copy to clipboard operation
vector copied to clipboard

[all] Refactor to neverthrow

Open LayneHaber opened this issue 4 years ago • 0 comments

Right now we use a custom Result type to prevent the try-catch syntax. This is nice, but has a lot of boiler plate. Instead, we should be able to refactor to the neverthrow library to improve how these are handled

LayneHaber avatar Mar 08 '21 17:03 LayneHaber