Subtle Duplication

Our code suffers from subtle duplication in its network event handling logic. Information about network events and how they work is embedded throughout various files, but it’s duplicated each time and never made explicit. How can we solve the problem? We start a new chapter focused on addressing this design flaw.

  1. E445Subtle Duplication

    Mon, 12 Sep ’16
  2. E446Replace in Place

    Wed, 14 Sep ’16
  3. E447Psuedo-Deserialization

    Mon, 19 Sep ’16
  4. E448Over-Engineering?

    Wed, 21 Sep ’16
  5. E449Isolation Layer

    Mon, 26 Sep ’16
  6. E450Exploiting the Event Objects

    Wed, 28 Sep ’16
  7. E451Test Target

    Mon, 3 Oct ’16