article thumbnail

Agile, Stand-ups, TDD and Code Reviews

The Programmer's Paradox

It all has to be very reactive; you keep fiddling with the code until it gets traction. Under those conditions, it doesn’t make sense to cross all the t’s and dot the i’s as the life expectancy of the code is weeks or months. Some people invented a fun little game called “test driven development” (TDD).

article thumbnail

TDD mistakes 2

Habitable Code

Back in 2014 I wrote a blog post listing three mistakes often made by folks who are new to test-driven development (TDD). Writing a dozen or more lines of code to get to GREEN. We’re doing TDD, but we have no code to test; we have nothing to hang our first test on, so we need to invent something, fast!

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

TDD, Unit Testing and the Mainframe

DevOps.com

Unit testing is like exercise: Companies know it’s good for you and you should do it, but given their druthers, they’d rather avoid the effort and just get to the benefit. After all, making unit testing a standard practice in a company’s software development process is probably the […]. I wish I could say it’s otherwise.

article thumbnail

Apium Academy Software Workshops to Boost Your Career

Apiumhub

In the dynamic and ever-evolving landscape of the software development industry, staying up to date is not merely a choice but a strategic imperative. Engaging in courses and software workshops is not just an investment in personal growth but a commitment to professional relevance. Learn more about this workshop here. Click here.

article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

To share your thoughts, join the AoAD2 open review mailing list. We produce high-quality code in small, verifiable steps. At best, mistakes lead to code that won’t compile. No wonder, then, that software is buggy. Test-driven development, , or TDD, is a rapid cycle of testing, coding, and refactoring.

article thumbnail

Javascript Checkout 1

Habitable Code

Back in early 2015, on my old blog, I ran a series of articles in which I implemented a solution to a popular code kata. I followed the strict test-driven development (TDD) cycle, and when it came to the REFACTOR step I tried to drive all of my choices using connascence. Because those are the tools I’m comfortable with.)

article thumbnail

Javascript Checkout -- Triangulation 4

Habitable Code

This article is part 7 in a series in which I’m doing a well-known code kata in the “TDD as if you meant it” style. Thanks for reading Habitable Code! This is how we left things last time: Coming back to this code after a couple of days away, I have the scary feeling that I’ve let a few problems build up.