article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

Test-Driven Development. It’s test-driven development, and it actually delivers these results. Test-driven development, , or TDD, is a rapid cycle of testing, coding, and refactoring. Test-driven development applies the same principle to programmers’ intention.

article thumbnail

The Best Product Engineering Org in the World

James Shore

I walked them through an exercise right there on the CEOs dining room table. If you did this exercise with your leadership team, youd probably get different answers. But its still an interesting thought exercise. We use Extreme Programming as our model of how to develop software. What does this mean for you?

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

Effective Software Testing – A Developer’s Guide

Henrik Warne

Particularly the chapters on how to systematically come up with test cases based on the specification, inputs, outputs and the structure of the implementation. There can also be implementation details that will not show up in the functional specification, but still need to be tested. The goal here is not to reach 100% test coverage.

article thumbnail

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

OverOps

Building Quality JavaScript With Test-Driven Development. Have you let testing fall to the wayside? This half-day intermediate-level workshop addresses and abolishes the frustration so often associated with Test-Driven Development. Wednesday at 8:00 AM | 2202. Wednesday at 8:00 AM | 2210.

article thumbnail

Test Driven Development with Databricks

Perficient

I don’t like testing Databricks notebooks and that’s a problem. I like Test Driven Development. Databricks has documentation for unit testing. I tried to test one notebook using another notebook. Now I just need to start running some tests. Running python tests in VS Code is not hard.

article thumbnail

Preparing for AI

O'Reilly Media - Ideas

OReilly author Andrew Stellman recommends several exercises for learning to use AI effectively. A good next step is asking an AI assistant to generate unit tests, either for existing code or some new code (which leads to test-driven development). You are still responsible for delivering working software.

article thumbnail

Test Driven Development with Databricks (1 of 2)

Perficient

I don’t like testing Databricks notebooks and that’s a problem. I like Test Driven Development. Databricks has documentation for unit testing. I tried to test one notebook using another notebook. Now I just need to start running some tests. Running python tests in VS Code is not hard.