DEV Community

Discussion on: The really effective part of TDD is not so much whether you write the test first (according to Uncle Bob)

Collapse
 
brogrammerben profile image
Ben

I wholeheartedly agree. Working in cycles is the ideal way to develop any program. The small feedback loop allows developers to identify bottlenecks, pain points, or not fully vetted designs as they encounter them. My mantra is “get it working first” which I mean this exact same point as this article. Push your project along instead of dragging a giant code base across the finish line that may not even work when you’re done.