Legacy Code Part III: Refactoring

Our massive legacy code series continues! With pinning tests in place, we can safely change our legacy Intro.js code. We need to do two things: figure out how the showElement() function works and set the stage for introducing unit tests. To do that, we’ll factor showElement() into its component pieces.

  1. LAB6Legacy Code Part I: Reflective Design

    Fri, 7 Mar ’14
  2. LAB7Legacy Code Part II: Pinning Tests

    Fri, 4 Apr ’14
  3. LAB8Legacy Code Part III: Refactoring

    Fri, 2 May ’14
  4. LAB9Legacy Code Part IV: Unit Tests

    Fri, 6 June ’14