Generification

To reduce the duplication in our network layer, we’re going to genericize our event functions. Rather than needing four specific network functions for every event, we’ll just have four generic functions that can handle any event. We start out by converting sendDrawEvent() to sendEvent().

  1. E483The Cost of Duplication

    Mon, 23 Jan ’17
  2. E484Generification

    Wed, 25 Jan ’17
  3. E485Gradual Refactoring

    Mon, 30 Jan ’17
  4. E486Generic Events

    Wed, 1 Feb ’17
  5. E487Generic Test Harness

    Mon, 6 Feb ’17
  6. E488Network Races

    Wed, 8 Feb ’17
  7. E489Cheater

    Mon, 13 Feb ’17