DRYing Up the Server

The Socket.IO-related code in our server has a lot of duplication in the way it handles various events. We need to reduce that duplication without painting ourselves into a corner. The solutions we come up with aren’t perfect, but they’re good enough for now.

  1. E490Clear Events

    Wed, 15 Feb ’17
  2. E491Exactly Duplicated

    Mon, 20 Feb ’17
  3. E492DRYing Up the Server

    Wed, 22 Feb ’17
  4. E493Network in the UI

    Mon, 27 Feb ’17