One Story, One Day
TDD Pro-Tip: The step-wise technique has to account for what the user experiences when, so I have to build ways to control that when stories get bigger than a day. (A new friend asked the question: when stories get hefty, how do we "live at HEAD" without exposing our users to code that’s still WIP.) First the one-liner: don’t do that. Don’t work on stories that are bigger than a day. What I mean is, there’s a cost to controlling …