Ruby Module Q&A


Details
We will be walking through writing your own methods and classes, (chris pine book) Whatever I feel is relevant to these subjects from eloquent ruby (which is much better updated) and add more syntax for you to memorize. Feel free to bring your own projects as well.
In chris pine: https://pine.fm/LearnToProgram/chap_08.html
In Eloquent ruby:
chapter 7-10
We will be going over methods and objects. Dynamic typing skills and more design techniques. I've slowed down on Pine as there is a lot of stuff in the eloquent book that can help us refine our skills. At this point if you really want to learn ruby, you should be working on increasing your syntax. I will assign a short project to work on at the end of this meetup to bring back our next meetup.
We will also be doing more psudo code examples.
If you want to get a head start on our next focus (which is test driven development) You can clone this repository to your github:
git clone git://github.com/alexch/learn_ruby.git
You won't need to have done the treehouse work to benefit from this meetup, but it will help retention. There will be some redundancy in the Chris Pine work.

Ruby Module Q&A