Shims and Containers

Our class manipulation code is a bit clunky, but luckily there’s a DOM property that makes everything easier: the classList property. Unfortunately, it doesn’t work on all the browsers we’re supporting. We introduce the concept of “shims,” for making new features work on old browsers, then move on to refactoring our test cleanup code to use a container.

  1. E24Decoupling

    Fri, 13 Nov ’15
  2. E25Shims and Containers

    Fri, 20 Nov ’15
  3. E26Small Steps and Meaningful Names

    Fri, 27 Nov ’15
  4. E27The Options Object

    Fri, 4 Dec ’15
  5. E28Design

    Fri, 11 Dec ’15
  6. E29Refactoring

    Fri, 18 Dec ’15
  7. E30What Should You Test?

    Fri, 25 Dec ’15
  8. E31Refactor First

    Fri, 1 Jan ’16
  9. E32Events

    Fri, 8 Jan ’16