|
From: Geoff H. <ghu...@ws...> - 2002-05-15 15:23:22
|
On Wed, 15 May 2002, Gilles Detillieux wrote: > with it, though, because this seemingly random indetation that the code > is slowly but surely taking on is making it extremely hard to read and > walk through. I think manual code walkthroughs are a powerful way of > finding bugs, and anything that hinders this process will be a real > detriment to the maintainability of the code. So, what's it going to be? > E.g. Geoff's code seems to use indent spacing of 2, but with an extra > level of indentation for braces. Consistency in indent spacing would be I agree totally that manual browsing the code is useful and the indentation changes can slow this down. I stick with the emacs default indent style because the indent spacing of 2 keeps the lines from wrapping too much. I find the space for the brace to be a little easier on my eyes, but I could care less. In any case, we can probably use "indent" to clean up some of the current mess and I'm certainly willing to change my indent style if people wish. -Geoff |