For the first half hour or so, we talked about the direction we want to take the Introduction to Object Oriented Programming with Ruby class. There are a number of possibilities.
We still have at least a half dozen basic aspects of the language to get through.
For example, these are the basic Future Topics as I see them:
- Regular Expressions
- Logging (Logger and log4r)
- Testing (Test::Unit)
- ActiveRecord
- Sockets
- Testing (RSpec)
- Rails
Everyone in the group seemed to think that writing more programs as part of the class -- more advanced programs than the simple homework assignments that I've been giving so far -- would be a great way to learn the language.
Christophe spent the last 15 or 20 minutes of the session introducing regular expressions to the group. Most of the group (other than Christophe, of course) has had only limited experience with RegExp, so this is basically new territory for us. The example Christophe presented was to extract a date from a string, with the date in the format DD-MMM-YYYY HH:MM.
More on the Regular Expression part of the Dec. 2nd session will follow in a future post.
Glenn
No comments:
Post a Comment