Comment on Ask HN: Are there senior devs who liked switching from static to dynamic typing?parentComments−tome4ycore metaphors for the problem space they're working infind clear and effective refactor pointsorganize code well, etc.Static vs. Dynamic has nothing to do with those problems — they all exist in both worlds.It's interesting because, having converted from Python to Haskell, I find a powerful static type system helps tremendously for those three things.
Comments
It's interesting because, having converted from Python to Haskell, I find a powerful static type system helps tremendously for those three things.