Legacy Code TDD with Mob Programming

Overview

Either:

  • 5 days with one team (of about 7 people, though less people is OK) for thorough and 'sticky' learning, behavior changes, and improvement of your code and designs
  • 2.5 days with one team, and then 2.5 days with another team, for an abbreviated version


Your Problem: A ton of messy legacy code (in C, Ruby, C++, Java, JavaScript, ...) without solid automated tests, and with lots of entanglements and dependencies and complex design. You want to break these dependencies, transform it to clean code, unit test the old code ("bring it under test") and also do TDD in the context of this legacy code, improve the larger design/architecture, and establish changed/better developer behaviors while coding.


Note that Legacy-code TDD is not the same process as new-code TDD, though there are similarities.


While working on your real code (this is not a toy exercise; we work on improving your existing production code), I coach and show the team:

  • how to bring the legacy code under test so that they can test units in isolation
  • how apply TDD to legacy code
  • how to create and evolve to clean code
  • how to improve the larger design so the system is simpler

Developers find it tough to see how to do this without someone experienced directly coaching them, and developers find it tough to actually change their moment-to-moment coding behavior without this in-depth experience. They invariably say that this coaching is extremely worthwhile.


The style of learning is mob programming, a great way to intensively increase the learning about the code within a team. How does mob programming work? There is computer projector and screen on which the code is displayed. There is only 1 computer. Each team member drives the computer for a short period -- usually 12 minutes. Then it rotates to the next person. Constantly during this period I am guiding the team in how to do legacy-code TDD, refactor to clean code, and improve/simplify their designs.


Environment - Room, Tools, Texts

Coaching Environment - TDD