Skip to content

Instantly share code, notes, and snippets.

@tibbon
Created October 4, 2013 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save tibbon/6827218 to your computer and use it in GitHub Desktop.
Save tibbon/6827218 to your computer and use it in GitHub Desktop.
Ruby Week 1-2 Checklist

Week 1-2 Ruby Checklist

Must Haves:

Built-In Basic Datatypes:

  • Boolean
  • String
  • Fixnum
  • Float
  • Array
  • Hash

Methods:

  • defining
  • scope
  • invoking
  • required parameters

Classes

  • Creating
  • Instance methods
  • Class methods

Conditionals/Expressions

  • if/unless
  • while
  • each
  • case

Other

  • pry
  • Gemfile/bundle
  • blocks

Nice to Have

  • begin/rescue/end
  • raise
  • modules
  • recursion
  • regex

Kung-fu

  • Rspec (and associated tools)
  • Making your own gem
  • symbol to proc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment