DEV Community

Discussion on: Do devs really need to test?

Collapse
 
evgeniir profile image
Evgeniy • Edited

End-to-end test for success path if there`s no complex logic.

Separate QA for checking that code works is anchor that slows down processes.

Tested code is simpler than untested code

Now, that is a bold statement.

Statement above is about unit-tests.