mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
Removed anti-CamelCase comments. (#1632)
The comments were: // ???Must we suffer CaMelcAse??? and // ugly CaMeLcAsEvArIaBlE
This commit is contained in:
@@ -10688,7 +10688,7 @@ Readability. Limit the scope in which a variable can be used. Don't risk used-be
|
|||||||
|
|
||||||
##### Example, bad
|
##### Example, bad
|
||||||
|
|
||||||
SomeLargeType var; // ugly CaMeLcAsEvArIaBlE
|
SomeLargeType var;
|
||||||
|
|
||||||
if (cond) // some non-trivial condition
|
if (cond) // some non-trivial condition
|
||||||
Set(&var);
|
Set(&var);
|
||||||
@@ -20956,7 +20956,7 @@ Most of the concepts below are defined in [the Ranges TS](http://www.open-std.or
|
|||||||
* `String` // ???
|
* `String` // ???
|
||||||
* `Number` // ???
|
* `Number` // ???
|
||||||
* `Sortable`
|
* `Sortable`
|
||||||
* `EqualityComparable` // ???Must we suffer CaMelcAse???
|
* `EqualityComparable`
|
||||||
* `Convertible`
|
* `Convertible`
|
||||||
* `Common`
|
* `Common`
|
||||||
* `Boolean`
|
* `Boolean`
|
||||||
|
|||||||
Reference in New Issue
Block a user