this post was submitted on 09 Aug 2024
616 points (97.8% liked)

Programmer Humor

37300 readers
58 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 

Those who know, know.

you are viewing a single comment's thread
view the rest of the comments
[–] NostraDavid@programming.dev 2 points 11 months ago

The best implementation of errors as values I’ve seen is Rust’s Result type

You're talking Monads, baby!