Day 16 / 56

07 Apr 2016

@Ga_Melbourne by Johan Codinha.

:gem: Programing with a spoon objects.

So we have been using object since day one with javascript, most of the time without realizing it. Now it’s time to create our own or get a headache trying. After an emotional programming story from our instructor DT, we talked about his early experience with object oriented programming. My first introduction to OOP was few years ago when I started learning C++ after years of using C to program microcontrollers in high school. The first time, I got so confused about the principles behind object, then I tried again to understand the concept with another language, PhP, didn’t work. Few failure later I finally get it, and I understand the confusion present in the class, I have been there. All you need to do is to check out other learning materials, keep reading courses and experiment, until you finally get it. I would recommend watching this video, it’s a concrete example of what object are good at.

:dart: Every day goals :

Coding, Spend most of the day building an animal shelter, console app that can manage the relationship between clients and animals.
Talking about it, Spend the evening at an art and design conference, meet some awesome peoples, and when I told them that I was a developer, they started pitching app idea, good fun. Also here’s my daily Walk and Talk.

:book: TIL :

:shell: Quotes of the day :
>“The problem with object-oriented languages is they’ve got all this implicit environment that they carry around with them. You wanted a banana but what you got was a gorilla holding the banana and the entire jungle.” – Joe Armstrong