DEV Community

Discussion on: What "accepted truth" in software development do you find questionable?

Collapse
 
dmerejkowsky profile image
Dimitri Merejkowsky

That knowing about various types of tests (unit, functional, regression, end-to-end) is relevant. Tests are just tests, I don't care what types they are as long as they are automated.

That nitpicking style during code review is normal (use an automatic formatting tool instead)