We started redesigning many functions with _neverthrow_ instead of throwing errors. Advantages: errors **must** be handled, and typescript it is a lot of work to check if every function is rewritten... so, there is still some work some. Open PR: https://github.com/PROCEED-Labs/proceed/pull/688
We started redesigning many functions with neverthrow instead of throwing errors.
Advantages: errors must be handled, and typescript
it is a lot of work to check if every function is rewritten... so, there is still some work some. Open PR: #688