Discussion about this post

User's avatar
Altaria's avatar

When writing rust (or other static language without null and with sum type) I find it super useful to rarely throw exception. Expressing errors as `Result` or `Optional` can make many function total and limit the degree of freedom

Expand full comment
1 more comment...

No posts