DEV Community

Discussion on: Learn Test-Driven Development with Integration Tests in .NET 5.0

 
jayjeckel profile image
Jay Jeckel

Clarity of requirements should be provided by the specification and design documents, not by code, not even by test code.

Thread Thread
 
arjavdave profile image
Arjav Dave

Agreed. But I was talking more from a standpoint of a developer. He/she needs to be clear on what is to be developed and TDD helps to get this clarity.

The specification and requirements have their own unique place.