Joined April 2014
·
Achievements
70 Karma
0 Total ProTip Views
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Cub
Have at least one original jQuery or Prototype open source repo
Some pretty nice tips on there, particularly the heredoc one, I recently wrote a heredoc with a gsub after the EOT terminator (to remove white-space before I made an API call).
I made a gist of snippets I like in Ruby shortly after reading Ruby Best Practices, don't get me wrong, I don't claim some of this to be best practices (the last portion on Regex).
https://gist.github.com/Andy-Holland/5553433