in reply to Re: How do you critique another person's code?
in thread How do you critique another person's code?
"Style" IMHO means whether I use 2 or 4 space indentation, whether or not I cuddle my else's, etc.Well, it didn't always mean that. For example, if you look at Programming Style: Examples and Counterexamples by Brian Kernighan and P.J. Plaugher, you'll find that it's concerned with the sort of issues that Rhose raises, and not with trivial matters like indentation or brace placement.
I think it's really unfortunate that the programming community's discussions of programming style have been sidetracked into meaningless arguments about indentation, and I'd like to see the useful term 'style' applied to more substantive issues.
--
Mark Dominus
Perl Paraphernalia
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: (Style is more than formatting) - How do you critique another person's code?
by buzzcutbuddha (Chaplain) on Dec 20, 2001 at 23:13 UTC | |
by runrig (Abbot) on Dec 20, 2001 at 23:28 UTC | |
by buzzcutbuddha (Chaplain) on Dec 20, 2001 at 23:32 UTC |