cpp-best-practices / cpp-best-practices/cppbestpractices
A case against UPPERCASE constants
未关闭
- 主要语言
- 没有语言数据
- 星标
- 8.8k
- 派生
- 902
- PR 合并指标
- 30 天内没有已合并 PR
描述
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_ ?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。