It’s been an exhausting week packed with tons of assignments, hands-on work, and lectures. Today we continued our work with Ruby, focussing on object-oriented programming. We learned about classes for making different instances, initializing arguments when a new instance is created, and methods.
Later in the afternoon we looked at inheritance and how we can set up classes that inherit methods of other classes. Everything made sense to me, but when it comes to tackling hands-on projects, sometimes I have trouble figuring out where to start. Since we’re covering so much information every day, it’s easy enough to stumble here and there.
After class, I attended a talk held by GA’s JavaScript Guild. The speaker focused on regular expressions, which is a very powerful way to find and replace text in strings. I thoroughly enjoyed learning more about these powerful patterns that I’ve somehow managed to use in a couple of my projects thus far. Now that I understand them a little better, I’m looking forward to playing around with them even more.
Resources