Remove Demo 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. Most releases are just demos. You write the unit test first, then write the code to pass that test.

article thumbnail

TDD: Three easy mistakes

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). Each time I visit a team that is relatively new to TDD I find the same basic mistakes cropping up every time. Writing a dozen or more lines of code to get to GREEN. This is part 1.

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

6 Talks We’re Excited to Hear This Year at the Kansas City Developer Conference

OverOps

With the rise of CI/CD teams are able to deliver new code and features to customers faster than ever before. As new tools are introduced to accelerate integration and delivery of new code, it’s important to ensure that your team is able to embrace the cultural shift necessary to support these new workflows. Thursday at 3:45 PM | 2210.

article thumbnail

Lessons learned from the React Global Online Summit 22 – Junior Track

Apiumhub

There were numerous topics covered in this online event, and in this article, I would like to go through a few of the sessions in the junior track, such as Composable Microfrontends, React Hooks, TDD with User Interfaces, and Web Performance. He did a simple request form demo with TDD and the React Testing Library to prove his hypothesis.

UI/UX 87
article thumbnail

Authors’ Cut—Not-So-Distant Early Warning: Making the Move to Observability-Driven Development

Honeycomb

This is how the developer story used to go: You do your coding work once, then you ship it to production—only to find out the code (or its dependencies) has security or other vulnerabilities. TDD goes platinum. We’ve been living in a “shift-left” or “shift testing left” world for a while with test-driven development (TDD).

article thumbnail

5 Tips for Successfully Implementing Behavior-Driven Development in Your Team

Gorilla Logic

BDD emphasizes collaboration between developers, testers, and stakeholders to define and deliver software that meets business requirements. It enhances your existing Agile approach , synthesizing Test-Driven Development (TDD) and Acceptance Test-Driven Development (ATDD). For each team member, ask: Are they familiar with BDD or TDD?

article thumbnail

13 Bits of Advice for New Programmers

MagmaLabs

Write the code you would like to read. You’re not your code. Code Katas. Writing code is only a small part of what goes into shipping production software. Before you feel crushed by an error, take a deep breath and read your code carefully. You will learn a lot when reading other people’s code.