File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1133,12 +1133,6 @@ Source code organization
1133
1133
1134
1134
- *Rationale*: Shorter and simpler header files are easier to read and reduce compile time.
1135
1135
1136
- - Use only the lowercase alphanumerics (`a-z0-9`), underscore (`_`) and hyphen (`-`) in source code filenames.
1137
-
1138
- - *Rationale*: `grep`:ing and auto-completing filenames is easier when using a consistent
1139
- naming pattern. Potential problems when building on case-insensitive filesystems are
1140
- avoided when using only lowercase characters in source code filenames.
1141
-
1142
1136
- Every `.cpp` and `.h` file should `#include` every header file it directly uses classes, functions or other
1143
1137
definitions from, even if those headers are already included indirectly through other headers.
1144
1138
You can’t perform that action at this time.
0 commit comments