Difference between revisions of "Talk:Coding style"
From Code::Blocks
Sethjackson (talk | contribs) m (Talk:Coding style to use moved to Talk:Coding style) |
(AStyle, should it be on ANSI?) |
||
Line 2: | Line 2: | ||
Well I'm not an developer. It is pretty safe to say use "//" (C++ style) comments, and not the C style ones. | Well I'm not an developer. It is pretty safe to say use "//" (C++ style) comments, and not the C style ones. | ||
+ | |||
+ | == AStyle, should it be on ANSI? == | ||
+ | |||
+ | As the AStyle plugin keeps changing the code, shouldn't AStyle have a specific C::B settings? | ||
+ | |||
+ | As ANSI is given as the standard, it would be nice to have a specific ANSI version for C::B development and plugin development. | ||
+ | |||
+ | Don't know how if and how this can be done, but that would be very handy to have. |
Revision as of 19:41, 21 May 2007
How about comments?
Well I'm not an developer. It is pretty safe to say use "//" (C++ style) comments, and not the C style ones.
AStyle, should it be on ANSI?
As the AStyle plugin keeps changing the code, shouldn't AStyle have a specific C::B settings?
As ANSI is given as the standard, it would be nice to have a specific ANSI version for C::B development and plugin development.
Don't know how if and how this can be done, but that would be very handy to have.