Skip to content

XP123

Exploring Extreme Programming

Menu

Primary menu

  • Home
  • Refactoring Workshop
  • Start Here
    • Comics
    • TDD: Test-Driven Development
    • Refactoring
    • User Stories
    • Dungeons & Patterns
  • Update
  • About
  • Contact

Tag Archives: programmer

Authorization – TDD Patterns

Posted on May 19, 2021 by Bill Wake

Authorization is the process of deciding whether to allow a user can access or use some resource. (Don’t confuse it with authentication, the process of deciding whether a user is who they claim to be.) TDD and Authorization From a Continue reading Authorization – TDD Patterns→

Posted in xp123.com | Tagged programmer, tdd, XPlorations

Limiting Beliefs About Evolutionary Design

Posted on May 5, 2021 by Bill Wake

Evolutionary design works by growing a system one capability at a time, keeping the design just sufficient for the system so far. As needs change, the system evolves to meet them. Evolutionary design has its technical challenges, but limiting beliefs Continue reading Limiting Beliefs About Evolutionary Design→

Posted in xp123.com | Tagged customer, evolutionary-design, programmer, tester, XPlorations

The Gerrymander Game – Part 2, TDD

Posted on April 28, 2021 by Bill Wake

See also “The Gerrymander Game – Part 1, Puzzle“ I implemented the core of the gerrymandering game using TDD, and it was a challenge. Why? Because I didn’t know in advance how to solve it.  My Overall Strategy To make Continue reading The Gerrymander Game – Part 2, TDD→

Posted in xp123.com | Tagged programmer, tdd, XPlorations

Set-Like Objects – TDD Patterns

Posted on March 31, 2021 by Bill Wake

Sets are fundamental in mathematics — and programming. We’ll look at some considerations when using Test-Driven Development (TDD) for set-like objects. This is the last in a series of articles describing TDD for container objects; see the References for the Continue reading Set-Like Objects – TDD Patterns→

Posted in xp123.com | Tagged programmer, tdd, XPlorations

Tree-Like Objects – TDD Patterns

Posted on March 24, 2021 by Bill Wake

When you have hierarchical information, a tree is a natural representation. We’ll look at ways to test-drive trees and their close variants. Trees A tree consists of nodes which may have child nodes. The nodes form a hierarchy – no Continue reading Tree-Like Objects – TDD Patterns→

Posted in xp123.com | Tagged programmer, tdd, XPlorations

Errors and Exceptions – TDD Patterns

Posted on March 17, 2021 by Bill Wake

In a perfect world, we don’t have to worry about errors. That’s not this world, however. Here, handling errors can easily be half the effort of doing things. We’ll look at a basic test structure, several ways to report errors, Continue reading Errors and Exceptions – TDD Patterns→

Posted in xp123.com | Tagged programmer, tdd, XPlorations

Disaster Strikes! A Design Dead End

Posted on March 10, 2021 by Bill Wake

In incremental development, we grow a system by adding capabilities one at a time. Our bet is that we won’t often hit a dead end, but if we do, the time we’ve already saved will let us dig our way Continue reading Disaster Strikes! A Design Dead End→

Posted in xp123.com | Tagged design, programmer, XPlorations

Trailblaze and Pave – TDD Patterns

Posted on February 24, 2021 by Bill Wake

Sometimes, TDD goes smoothly from story to story, or micro-story to micro-story. Other times, we aren’t clear how to proceed, and do a spike. But there’s a third approach I use occasionally, when I’m in a new area and want Continue reading Trailblaze and Pave – TDD Patterns→

Posted in xp123.com | Tagged programmer, tdd, XPlorations

TDD: Balancing Progress with Stability

Posted on February 17, 2021 by Bill Wake

Software is hard to create. (This isn’t news.) All we want is two things: everything we have, and more. Is that too much to ask? Stability and progress conflict: changes we make for progress threaten stability.  Test-driven development is a Continue reading TDD: Balancing Progress with Stability→

Posted in xp123.com | Tagged programmer, tdd, XPlorations

List-Like Objects – TDD Patterns

Posted on February 10, 2021 by Bill Wake

List-like objects include linked lists, arrays (somewhat), stacks, queues, deques, heaps, etc. While we can often just pull one from a standard library, other times we have to create our own “linear” types. Let’s look at some tools for test-driving Continue reading List-Like Objects – TDD Patterns→

Posted in xp123.com | Tagged programmer, tdd, XPlorations

Post navigation

← Older posts
Newer posts →

Primary Sidebar Widget Area

Stay Up-to-Date

If you'd like to hear when articles come out, sign up today!

|●  Become a Patron!

Recent Posts

  • AAA and the Object Lifecycle
  • “Test Interface, Not Implementation”
  • How to Reduce Coupling, Three Ways
  • Reordering Items, Four Ways
  • And-Or Trees
  • Run Tests Without an App — Step by Step with Xcode
  • Swift Testing – A New Unit Testing Framework
  • TDD with a Function Pipeline
  • Trees – Confidence in Design
  • Pipelines – Confidence in Design

Tags

agile analysis atdd author business charts classic coach computers conference cool customer design economics fiction games HCI history improv integration interesting intro Java job aids language lean learning metaphor music myth patterns planning programmer refactoring resources reviews scrum software spreadsheet stories tdd team tester training XPlorations

Archives

counter for wordpress
Copyright © 2026 XP123. All Rights Reserved.
Theme: Catch Box by Catch Themes
Scroll Up