Hi! 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. Thanks, Padraig _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

