DEV Community

Discussion on: Should one get good at test-last development before learning TDD?

Collapse
 
jayjeckel profile image
Jay Jeckel

You should be doing requirement analysis before you write any code or tests. And once you have your requirements, it doesn't matter if you write the code or the tests first.