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

Reply via email to