c# - DbC (Design by Contract) and Unit Tests -


I am using the contract with C # 4.0 and before that I am using too many unit tests (With TDD). I am thinking that DBC eliminates the need to write external entity tests?

Personally, I get better contracts to build a strong framework, because the contract is coupled with the code, and provides other benefits.

What do you guys think?

Also see:


Comments