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:
- STYLE: Line up hash arrows for readability
- STYLE: put spaces around => hash arrows
- 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...)