General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Andrea Laforgia
Continuous Delivery
comments
Comments by "Andrea Laforgia" (@andrealaforgia) on "Getting Started with TDD - Part 2" video.
TBD requires committing meaningful changesets frequently and your aim as a developer is to granularize big changes into multiple, meaningful subsets. The idea is that you break down your work into manageable chunks along the day. That way, it is basically impossible that a single TDD-ed changeset takes a whole day to write.
5
You are not supposed to merge a failing test into trunk. The atomic unit that you merge into trunk is code + its passing tests.
3