this post was submitted on 08 Dec 2023
622 points (96.4% liked)

Programmer Humor

32031 readers
679 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] eeleech@lemm.ee 3 points 9 months ago

One alternative are monadic types like result or maybe, that can contain either a value or an error/no value.