Allegro.cc - Online Community

Allegro.cc Forums » Programming Questions » Types

This thread is locked; no one can reply to it. rss feed Print
 1   2   3 
Types
Korval
Member #1,538
September 2001
avatar

The key issue is this: do you consider Macros to be dangerous?

If you do not, then there is little problem with having Macros and types (structs/typedefs/etc) use the same conventions.

However, if you consider macros to be dangerous (and there's considerable evidence for this), then having a specific convention that separates macros immediately from any other section in the code is quite desireable.

 1   2   3 


Go to: