DEV Community

Discussion on: Please Write Tests!

Collapse
 
peter279k profile image
peter279k

The propose to write tests is: "Find the bugs".

That's the reason why writing tests is important when developing the software application.

And we can also refer some theories about testing approaches.

Such as edging testing cases, conditional testing cases and so on.

Collapse
 
sam_does_code profile image
Sam Swinton

Finding bugs in an important benefit of tests, yes. I do think the other benefits of testing go under-appreciated, though.