turingschool-examples / intermission-assignments

33 stars 218 forks source link

How I Start (optional) #15

Closed EmilyMB closed 9 years ago

EmilyMB commented 9 years ago

Optional discussion here about How I Start (Building a Ruby Gem) by Steve Klabnik.

nathanows commented 9 years ago

Good read, talks about a lot of just general good Ruby syntax which is good to read through every once and a while. Probably could have been helpful from a framework perspective when writing the Jetfuel wrapper gem.

Sidenote: This linked article was interesting on clarifying what Gemfile, Gemfile.lock and gemspec files do: http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/