Created
June 9, 2012 16:52
-
-
Save subelsky/2901761 to your computer and use it in GitHub Desktop.
Ruby Study Hall outline 6/9/12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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