cpp-best-practices / cpp-best-practices/cppbestpractices
A case against UPPERCASE constants
Open
- Dominant language
- No language data
- Stars
- 8.8k
- Forks
- 902
- PR merge metrics
- No merged PRs in 30d
Description
My argument is that avoiding all-uppercase for all non-macros avoids those hard to understand errors you get when you use a constant or enum value that was already defined in some external header.
Ever had to do `#undef ERROR` after including _Windows.h_ ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.