←back to thread

Type checking is a symptom, not a solution

(programmingsimplicity.substack.com)
67 points mpweiher | 1 comments | | HN request time: 0.296s | source
1. TheCleric ◴[] No.45141715[source]
Maybe I’m in the minority but I’ve never associated a type system with scale/maintainability directly.

I treat them as I would unit testing: a useful tool to catch bugs early and if you’re skipping it, it should be an intentional decision where you’ve accepted the trade offs.