Hacker News new | ask | show | jobs
by humanrebar 4518 days ago
For the most part that's true, but (for example) unit testing isn't as important in Haskell as it is in Ruby (due to stricter typing rules). Even something simple like mocking an interface requires a lot of boilerplate in C.

That being said, there are probably some things that can be pivoted. The value is in having attempted them in pilot projects so that you already know what works.