Skip to content

Instantly share code, notes, and snippets.

@kbs5280
Last active April 8, 2016 15:32
Show Gist options
  • Save kbs5280/369a0e0d7f9f492fdf74c1ae4fa835c3 to your computer and use it in GitHub Desktop.
Save kbs5280/369a0e0d7f9f492fdf74c1ae4fa835c3 to your computer and use it in GitHub Desktop.
Mod1 Mid Mod Diagnostic

Mid Module Diagnostic

Monday

You are going to have a piece to prepare, your baseline, and they are going to give you an extra assignment to build on top. The diagnostic is 45 minutes long. It's graded based on the included rubric.

It's going to cover everything we've gone over so far:

  • Arrays
  • Hashes
  • Strings
  • TDD
  • Enums
  • Using tooling
  • Managing your environment

Check out: Scrabble

You build out and bring in the a thing that does this (see Scrabble):

game = Scrabble.new

=> ...

game.score("hello")

=> 8

game.score("")

=> 0

game.score(nil)

=> 0

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