DEV Community

Discussion on: Tell me a coding confession

Collapse
 
alexayala profile image
Alex Ayala

I usually write my code first, add unit tests for new features/bug fixes, and then rely on my code coverage tool to tell me where I need to have more tests.