kiwiflyer - 2011-04-25

My code format challenge is more about finding methods in large units.
What is the most logical sequence in the interface and in the implementation.
The private-potected-public-published order is taken for granted. What about class methods & variables.
Should methods be sorted alphabetically - what about the constructor/ destructor (normally 1stin the public section). Should the implementation be strictly alphabetic or as defined by the interface.

Does anyone else have these concerns? Is this a candidate future feature for this project?

In the imple berefactoring, methods are often moved to another cla