Here is the week 10 debugging stuff. Week 10 examples
Archive for May, 2008
Week 10 stuff
Wednesday, May 28th, 2008Week 9 Slides
Wednesday, May 21st, 2008Here are your week 9 slides.
This week: Working with Git
Monday, May 12th, 2008This week I’ll be doing some work with git in class. I highly encourage all of you to get git working on your laptop and register for a github account. Make sure to follow this guide for setting up your ssh key.
Also be sure to check out this useful git cheat sheet.
Those with github accounts should be able to play along in class!
Week 7 Homework
Wednesday, May 7th, 2008This week there will be no programming homework. Instead, I want you to look through Ruby’s core and standard library. Find examples of where the following patterns are used:
- Singleton
- Template
- Adapter
- Factory
- Decorator
- Observer
Email me what you find for each pattern. Please send at least one example per pattern from Ruby’s source. If you cannot find the pattern in Ruby’s core or standard library, find it in a gem you use. Just make sure to tell me specifically where you found that pattern being used.