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

Refactoring: Forcing the Right Extract Method

Posted on August 25, 2021 by Bill Wake

Automated refactoring tools are great, but sometimes the tool doesn’t make the best choice. We can often nudge the tool to a better choice. Why Bother? Why bother nudging? Couldn’t you do the refactoring manually just as quickly? You could Continue reading Refactoring: Forcing the Right Extract Method→

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

Ohio Scientific and Commodore 64 Environments

Posted on July 21, 2021 by Bill Wake

Environments vary substantially between computers, so you’ll often see environment-specific code hidden in the PEEKs and POKEs of old BASIC programs.  We’ll take a brief tour of the Ohio Scientific and Commodore 64, two computers from the late 1970s to Continue reading Ohio Scientific and Commodore 64 Environments→

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

Transliterating Old-School BASIC

Posted on July 14, 2021 by Bill Wake

Once in a while, I run into a 1980s-era BASIC program, typically written for Commodore 64, Apple ][, or TRS-80. I’d like to transliterate it into a modern language, refactor it, and explore it. These old programs make a nice Continue reading Transliterating Old-School BASIC→

Posted in xp123.com | Tagged compilers, programmer, refactoring, retrocomputing

Avoid Irrelevant Symmetry!

Posted on June 30, 2021 by Bill Wake

When we create test data in TDD, we do it to drive out new capabilities. But all test data is not of the same value. If your data has the wrong symmetry, it can mislead you about what’s working.  Object Continue reading Avoid Irrelevant Symmetry!→

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

Revise Tests While Refactoring? It Depends

Posted on June 9, 2021 by Bill Wake

Some refactorings (e.g., Extract Method or Extract Class) introduce new elements. Should you revise the tests to take these into account? The classic consultant’s answer applies: It depends. The obvious next question is “Depends on what?”, and we’ll explore some Continue reading Revise Tests While Refactoring? It Depends→

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

Reversible, Incremental Data Structures

Posted on May 26, 2021 by Bill Wake

Objects usually track state, but you can instead track history and derive the current state from the history. (For example, databases blend both modes behind the scenes.) Why might history be helpful? One reason is that it can make it Continue reading Reversible, Incremental Data Structures→

Posted in xp123.com | Tagged data structures, programmer, XPlorations

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

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

  • 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
  • Threaded Code (and Composite)
  • Time Troubles – Transitions
  • Refactor: Inline-Adjust-Extract
  • Organizing Fields and Methods

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 © 2025 XP123. All Rights Reserved.
Theme: Catch Box by Catch Themes
Scroll Up