Skip to main content

Ep 3 - Pair-coding with Ian Sutherland

Published: 2022-08-03
Updated: 2022-08-06

Relevant repos

Housekeeping

  • Next week: Refining the Dice Roller interface
  • More meta streams happening this week
  • We’re going for dinner at 5pm in Chinatown (Great Taste)

Agenda for this week

  1. Weekly Journal Review
  2. Intros: Ian Sutherland
  3. King of Tokyo Recap
  4. Walk-through of last week
  5. Choose our own adventure:
    • Refactoring keep and roll piles in the vanilla interface
      • Create keep array and roll array
      • Add build function for each roll pile (unneeded when in SvelteKit?) from arrays
      • Change die click handler to toggle the keep attr/class and then rebuild the roll piles
    • How to find 3-of-a-kind?
      • Build a utility function that can be used for KoT and Yahtzee?
    • Publish an npm package
    • Play with the GitHub API
      • Build a commit counter?
    • Refactor our dice interface so it doesn’t suck
    • Refactor Font Awesome dice faces into custom SVGs
    • Add animations to a digital dice roll
    • Dark Mode (i.e. Dark Edition)