Day 14 / 56

05 Apr 2016

@Ga_Melbourne by Johan Codinha.

##:gem: The natural syntax of Ruby

Ruby follow the principle of least surprise, this only applies if you are familiar with at least one other programming language. If so, your learning curve will be minimized by reusing existing knowledge. Ruby syntax is intuitive, I want to get the last element of an array, in Js you would need to get the size of the array and withdraw one, in Ruby you simply do array.last, and you won’t be surprised that array.first return the first one.

:dart: Every day goals :

Coding, manipulation on the file system (that sounds dangerous) and API request using the Github public API, then Github went down, so I went to bed. Talking about it, in my daily Walk and Talk, it rained all day so I went inside and even if it sounds like I’m in a cathedral, it’s actually an emergency staircase. We had the chance to receive John Barton, director of engineering at 99designs. He gave us a great lunchtime talk on how the dev team is split and how they work together. Bonus, he gave us a selection of book, Code Complete, The Pragmatic Programmer and Release It!

:book: TIL :

:shell: Quotes of the day :

"When choosing technologies, would it actually solve the job ?" John Barton