1409
Tests are code too (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] toastal@lemmy.ml 0 points 1 year ago

Nothing toy-like about using ADTs to eliminate certain cases. When all cases are handled, your tests can move from a micro state to a macro state. Contraint types or linear types can be used to only allow certain sizes of inputs or require all file handles be closed when opened.

Naturally if your language’s type system is bad you can’t make these compile-time guarantees tho. Heck, a lot of developers are still using piss-poor languages with null or the infernce sucks with any.

this post was submitted on 02 Nov 2023
1409 points (98.6% liked)

Programmer Humor

32501 readers
681 users here now

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

Rules:

founded 5 years ago
MODERATORS