1 Sep 2007 01:08
Re: Coding Standards
J. B. Rainsberger <jbrains762 <at> gmail.com>
2007-08-31 23:08:22 GMT
2007-08-31 23:08:22 GMT
Phlip wrote: > J. B. Rainsberger wrote: > > > I'm with you, although I got used to 2-space indents in Ruby in only a > > month or so. > > Doesn't that derive directly from 2-space indents in HTML, which is > naturally arrow-shaped? Not for me. I tend to use 4-space indents for HTML. > (And note that Ruby makes translating topical breaks into new methods > trivially easy.) Indeed so. -- -- J. B. (Joe) Rainsberger :: http://www.jbrains.ca Your guide to software craftsmanship JUnit Recipes: Practical Methods for Programmer Testing 2005 Gordon Pask Award for contribution Agile Software Practice To Post a message, send it to: extremeprogramming <at> eGroups.com To Unsubscribe, send a blank message to: extremeprogramming-unsubscribe <at> eGroups.com ad-free courtesy of objectmentor.com
The first piece of "somebody else's code" I ever had to maintain was a
C program that was formatted with one space per indent, no vertical
whitespace, and was (IIRC) about 1,000 lines long with only 2 or 3
functions.
That was an experience.
To Post a message, send it to: extremeprogramming <at> eGroups.com
To Unsubscribe, send a blank message to: extremeprogramming-unsubscribe <at> eGroups.com
ad-free courtesy of objectmentor.com
RSS Feed