DEV Community

Discussion on: Do you apply testing in your side projects?

Collapse
 
katzy687 profile image
Natti Katz

Same. When I'm building something small to learn a new technology I forego it.

If it's a bigger side project I plan to develop for a while I'll add static typing and selective tests for modules that seem fragile.

Not a religious tester by any means. Haven't actually been at a company yet that required tests so maybe I have not seen the light.

Collapse
 
across_the_grid profile image
Nicho • Edited

Thank you, Natti! Good to see that most devs go for tests, but don't do over-testing!