| List: | Internals | « Previous MessageNext Message » | |
| From: | Tor Didriksen | Date: | June 22 2009 1:02pm |
| Subject: | MySql coding style: Request for deprecation of UPPERCASE typedefs | ||
| View as plain text | |||
hi
"Structure types are typedef'ed to an all-upper-case identifier."
Can someone explain the reasoning behind this?
ALL_UPPERCASE_NAME says DANGEROUS_THIS_IS_A_MACRO to me, rather than
struct/class.
typedef struct foo { ... } FOO;
Is legacy C-style, and does not belong in a C++ style guide (imho).
Roy had an email about this:
http://lists.mysql.com/internals/36570
I could find no objections to his mail, the thread simply died.
-- didrik
