Hacker News new | ask | show | jobs
by iainmerrick 700 days ago
when I build a POC in particular, there's a LOT of power and flexibility granted by not giving a fuck about types

I find the same thing, but only for very small throwaway scripts and the like. For anything beyond like 20 lines of code, I rapidly hit confusing cases like “is this parameter just a map, or a map or maps?” Then I add types and it makes sense again.