On Mon, Feb 08, 2010 at 11:55:24AM -0500, Padraig O'Sullivan wrote: > I was working on a class today in Drizzle and wasn't sure what the > coding standard is with regard to declaration order i.e. public before > private or private before public. There is a sub-section on this in > the coding standards right now which indicates no conclusion was made: > > http://drizzle.org/wiki/Coding_Standards#Declaration_Order > > Personally, I prefer public before private. But I'd like to at least > choose one order and place it in the coding standards so we can be > consistent.
I have tended to do private before public... -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

