NL dropping parenthesized bit, per commit comment

This commit is contained in:
Sergey Zubkov
2022-05-07 23:02:44 -04:00
parent 697a78b4f4
commit e30543d06a

View File

@@ -21238,7 +21238,7 @@ Many of them are very similar to what became part of the ISO C++ standard in C++
* `Unique_pointer` // A type that matches `Pointer`, is movable, and is not copyable * `Unique_pointer` // A type that matches `Pointer`, is movable, and is not copyable
* `Shared_pointer` // A type that matches `Pointer`, and is copyable * `Shared_pointer` // A type that matches `Pointer`, and is copyable
# <a name="S-naming"></a>NL: Naming and layout suggestions (if you don't already have one) # <a name="S-naming"></a>NL: Naming and layout suggestions
Consistent naming and layout are helpful. Consistent naming and layout are helpful.
If for no other reason because it minimizes "my style is better than your style" arguments. If for no other reason because it minimizes "my style is better than your style" arguments.