TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

TDD Is a Tool, Not a Religion

2 pointsby asp_netover 10 years ago

1 comment

je42over 10 years ago
In my experienced years of development: - with TDD<p>- implementation first and then tests<p>- just implementation without test,<p>I recently came to the following conclusion:<p>If you perform TDD, your specification that you try to implement are the business requirements &#x2F; the goals you like to achieve.<p>If you don&#x27;t perform TDD, your specification becomes the algorithm&#x2F;thing itself you are developing and a (potentially fuzzy) idea in your head.