Skip to content

Instantly share code, notes, and snippets.

@subelsky
Created June 9, 2012 16:52
Show Gist options
  • Save subelsky/2901761 to your computer and use it in GitHub Desktop.
Save subelsky/2901761 to your computer and use it in GitHub Desktop.
Ruby Study Hall outline 6/9/12
# BEGINNER: how to get started with ruby
# http://www.rubystudyhall.com/getting_started_with_ruby
# http://tryruby.org
# irb
# run "Hello, World" from command line
# do simple calculations
# read a file and count the lines in it
# read a file from command line argument
# BEGINNER: review Ron's weightlifting code
# BEGINNER: discuss Aaron's questions
# How to delegate / forward
# When to delegate, forward, vs. sub-class
# Overview of Inversion of Control vs Dependency Injection
# BEGINNER: overview of Git
# INTERMEDIATE: how I start Rails projects
# INTERMEDIATE: Nick Gauthier reviews my Domino code
# INTERMEDIATE: getting started with BDD testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment