Remove Exercises Remove Programming Remove Software Review Remove TDD
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

Scrum master certification: Top 13 certs for agile pros

CIO

The agile methodology, which facilitates collaboration between stakeholders, teams, and customers during software development, is fast gaining prominence in today’s enterprises. The certification is also well-suited for software engineers, business analysts, and project managers.

SCRUM 260
Insiders

Sign Up for our Newsletter

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

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. We produce high-quality code in small, verifiable steps. What programming languages really need is a ‘DWIM’ instruction,” the joke goes. “Do Programming is demanding. Test-Driven Development.

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.

article thumbnail

Effective Software Testing – A Developer’s Guide

Henrik Warne

I recently finished Effective Software Testing – A Developer’s Guide by Maurício Aniche , and I really liked it. I have been coding for a long time and I think I have been writing pretty good tests for the features I have implemented. The book apparently grew out of lecture notes from a course on software testing.