> Is there any interest in general code quality cleanup?  Would patches
> be accepted?  I'm talking about starting with simple things like
> eliminating mixed tabs and spaces, and variable renames that have no
> effect on client code.  Like most people, I can't promise time to
> devote to larger scale cleanups, but if I got the impression that
> little things would be accepted I'd be more encouraged about fixing
> things as I came across them.  And getting used to making small
> cleanups is what eventually leads to the large scale stuff.
about indentation:
there is a strange phrase in coding standards - 
"each block of code must be indented 2 spaces. If you use tabs, they must be
set at every 8 character columns"
I think, there must be just one option - to use tabs, or to use spaces.
By the way, it may be possible to automatically beautify the code
(at least, fix indentation) at every commit.
//[offtopic] that merging stuff we chatted about could make code more readable 
too

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to