vote up 3 vote down star

I'm in the process of developing written code standards for a Rails app and am looking for some good examples of coding standards developed by others. Something that expands a bit on the ideas discussed in...

Does anyone have a good reference to share?

http://www.scribd.com/doc/2889649/Rails-coding-standards-defined

Examples:

  1. STYLE: Line up hash arrows for readability
  2. STYLE: put spaces around => hash arrows
  3. STYLE: put spaces after ',' in method params - but none between method names and '('

(Note that I'm new to StackOverflow and not sure if this counts as a "question"...please advise if not...)

flag

75% accept rate

1 Answer

vote up 5 vote down check

Here's a style guide I rather like, Ruby-focused but definitely of the "Rails generation" of Rubyists:

Elements of Ruby Style

Credit for which belongs to Pathfinder Development:

pathfinder development logo

link|flag
Thanks, this is very useful. I'm looking for something a bit more comprehensive (ie, rails), but this is a good addition. I'm going to create an answer to my own question and hopefully others will add and edit. In the meantime someone may post a comprehensive list of guidelines – Kevin Dewalt Jun 10 at 12:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.