@@ -49,7 +49,7 @@ Third, underscores give a nice implicit feedback, on whether one is doing wrong
...
@@ -49,7 +49,7 @@ Third, underscores give a nice implicit feedback, on whether one is doing wrong
To have no underscore, is just fine. Having one underscore, is ok, if the encoded information appended through the underscore is *really necessary* (see above).
To have no underscore, is just fine. Having one underscore, is ok, if the encoded information appended through the underscore is *really necessary* (see above).
If one uses two or more underscores, one should think of a better naming or omit some information.
If one uses two or more underscores, one should think of a better naming or omit some information.
Sure, although it is seldom, it might sometimes be necessary to use two underscores, but still the usage of two underscores is considered bad style.
Sure, although it is seldom, it might sometimes be necessary to use two underscores, but still the usage of two underscores is considered bad style.
Using three or more underscores is not allowed unless having issued a exhaustive and accepted (by at least one core developer) reasoning.
Using three or more underscores is not allowed unless having issued a exhaustive and accepted (by at least one core developer per underscore) reasoning.
In short, the naming should *give a very, very rough idea* of the purpose of the argument,
In short, the naming should *give a very, very rough idea* of the purpose of the argument,