DEV Community

Discussion on: The Best Way to Improve & Automate your Code Quality!

Collapse
 
dougaws profile image
Doug

Most development teams enforce some sort of linting rules, usually after a pitched battle over tags versus spaces, and where to place opening/closing braces (I kid you not).

Once you have established the linting rules, any professional development team then requires unit testing. It's a pain at first, but research shows unit tests return about a 30:1 ratio of time saves discovering and fixing bugs.