Post Made Community Wiki by Community
show/hide this revision's text 2 added 225 characters in body

Automated unit tests.

You can slowly change the design of the code via refactoring if you've covered it with automated tests that tells you when it you are breaking existing functionality. Automated tests makes changing code less risky.

show/hide this revision's text 1

Automated unit tests