Skip to content
Snippets Groups Projects
Commit f7845a60 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

Update CONTRIBUTING.md

parent 0d003cb1
No related branches found
No related tags found
1 merge request!421fixed typos/language in CONTRIBUTING.md
Pipeline #71048 passed with stage
in 1 minute and 42 seconds
...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment