Greg Ercolano wrote: > As much as possible when making fixes to existing modules where the code > is obviously waay out of conformance, I'd rather make the code changes > /in that style/ rather than have to convert all the code to CMP, or > insert new code that follows the CMP but looks out of place in the > rest of the module. (Leave the indent fixing for some other day when > the module is targeted for a cleanup after its been idle > development-wise)
Your have a good point of view. I did a mistake when using codeblocks without check the editor settings, but overall the changes I did to Fl_Help_View modified it a lot, mainly trying cut duplication and unifying similar code, it's not already totally cleaned up but it's a start. And I still think that using a tool to automatic format the source code will bring more benefits on the long run than without it. All problem mentioned till now, comments been rearranged, differences with old code style, ..., can be solved like all problems that still remain open on fltk and other software projects. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
