mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Capitalize for consistency...
This commit is contained in:
@@ -10412,7 +10412,7 @@ Examples are `.hh` and `.cxx`. Use such names equivalently.
|
||||
|
||||
**Reason**: Maintainability. Readability.
|
||||
|
||||
**example, bad**:
|
||||
**Example, bad**:
|
||||
|
||||
// bar.cpp:
|
||||
void bar() { cout << "bar\n"; }
|
||||
|
||||
Reference in New Issue
Block a user