Skip to content

Instantly share code, notes, and snippets.

@mschmulen
Last active March 20, 2019 13:17
Show Gist options
  • Save mschmulen/017ab52d4096d31b9f7f6fd3b00f16dc to your computer and use it in GitHub Desktop.
Save mschmulen/017ab52d4096d31b9f7f6fd3b00f16dc to your computer and use it in GitHub Desktop.
ScoreCard

ScoreCard

YES/NO Questions

git:

  • [] ReadMe.md
  • [] Reasonable git commit hygine
  • [] Did they have a branching strategy

Project hygine:

  • [] File and organization: did they use folders
  • [] Do you like the names of the code files and the class/struct naming
  • [] Did they use Storyboards or xibs

Challenge

  • [] Does the project run on handheld and tablet devices
  • [] Did they fullfil the project challenge spec?
  • [] Does it look good ?
  • [] Does it play well ?
  • [] Were there any odd interaction experiences when playing the app/game

Code

  • [] Do you like they way they used Structs vs Classes
  • [] Did they impliment a "shuffle" for the deck to make sure the cards were "random"
  • [] is there consistancy and reason behind the code style ( casing, naming, etc )

Misc Notes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment