DEV Community

Discussion on: Me: "I tested and it works, why do I have to write tests?"

Collapse
 
pheasoyj profile image
Phea Soy

Implement the tests is really good and it helps to deliver software faster and reliable. But the good approach devs should start with TDD. This is the good way to develop the software. Should not make the tests and functionality codes have a lot dependencies. The bad Software which the software has a lot of dependencies.