kemiller / rubymotion-style-guide

A community-driven RubyMotion coding style guide
18 stars 2 forks source link

New methods: snake_case vs camelCase #2

Closed jamonholmgren closed 11 years ago

jamonholmgren commented 11 years ago

I prefer snake_case methods wherever possible. It doesn't bother me to see camelCase methods if they are original Obj-C or CocoaPods methods, but I tend to abstract those into a DSL fairly quickly.