DEV Community

Discussion on: Is testability a reason to change your design?

Collapse
 
ethansankin profile image
Eytan Sankin

Agreed. Testable code will make thing easier down the road and i think it should be a prime consideration. I'm always trying to use more and more functional programming principles to make my code easier to test. Untestable code will cause development to slow down.