Hacker News new | ask | show | jobs
by MrBuddyCasino 1308 days ago
Looks nice. Two things that turn me off:

- pipe for comments

- error handling via exceptions: I prefer monadic Result<Success, Error> types a la Rust, exceptions obscure control flow and are try/catch us unnecessarily verbose