←back to thread

517 points bkolobara | 1 comments | | HN request time: 0.23s | source
1. agentultra ◴[] No.45048186[source]
This is why I like strong, sound static type systems with interesting features.

I’ve had similar experiences working with a large 1m+ SLOC Haskell codebase. It was straightforward to make large refactors because of the type system.

And we weren’t even using fancy things like linear types. Just plain old Haskell with a sprinkling of dependent types in core, critical sections.