beautifying code
John Birch
John.Birch at xtra.co.nz
Wed Sep 20 20:31:08 UTC 2000
Hi,
I'll follow whatever standard you guys agree on, _but_ if you're going to do
this then the standard must be documented and added to cvs.
Exception:
I loathe if, for, while etc statements of the form
if (var) {
}
and prefer
if (var)
{
}
(I've heard all the arguments, so don't bother). However, I will honour the
style that exists in a file I'm making changes to :-).
BTW Does kdelibs have any "rules"?
jbb
More information about the KDevelop-devel
mailing list