phew....141 pages...Do you think that'll fly? On Thu, Jul 9, 2009 at 4:30 PM, David Shrewsbury<[email protected]> wrote: > For anyone interested, found this interesting C++ coding standard > put together by Lockheed Martin. Any documentation titled "Joint Strike > Fighter Air Vehicle C++ Coding Standards" has got to be an interesting > read! > > -Dave > > > On Wed, Jul 8, 2009 at 1:56 PM, Brian Aker<[email protected]> wrote: >> Hi! >> >> 1) Don't use "struct" for a struct. This is C++, isn't needed at all. >> >> 2) Don't use typedef with struct. >> >> 3) I noticed that the codestyle for comments was updated for this (unless I >> am wrong): >> >> /** >> * >> * >> * >> */ >> >> The "*" on a blank line. I gotta say... I am not in favor of it. In very >> large part because my editor keeps screwing it up :) >> >> I don't see the need for it... but I can go with majority on it. Though if >> someone has a vim recipe for this... I am game. >> >> Cheers, >> -Brian >> >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~drizzle-discuss >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~drizzle-discuss >> More help : https://help.launchpad.net/ListHelp >> > > _______________________________________________ > Mailing list: https://launchpad.net/~drizzle-discuss > Post to : [email protected] > Unsubscribe : https://launchpad.net/~drizzle-discuss > More help : https://help.launchpad.net/ListHelp >
-- Roland Bouman http://rpbouman.blogspot.com/ Author of "Pentaho Solutions: Business Intelligence and Data Warehousing with Pentaho and MySQL", http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470484322.html _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

