mirror of
https://github.com/satwikkansal/wtfpython.git
synced 2025-08-31 08:45:39 +02:00
* fixed link to CONTRIBUTORS.md * The out of scope variable, nonlocal, #193 * added myself to CONTRIBUTORS.md :D * Update CONTRIBUTORS.md * added entry in index * merged nonlocal to `the out of scope variable` example Also removed the extra entry from the main index.
This commit is contained in:
committed by
GitHub
parent
9b3f86958a
commit
7525e800b8
3
CONTRIBUTING.md
vendored
3
CONTRIBUTING.md
vendored
@@ -39,5 +39,4 @@ Few things that you can consider while writing an example,
|
||||
- If you are choosing to submit a new example without creating an issue and discussing, please check the project to make sure there aren't similar examples already.
|
||||
- Try to be consistent with the namings and the values you use with the variables. For instance, most variable names in the project are along the lines of `some_string`, `some_list`, `some_dict`, etc. You'd see a lot of `x`s for single letter variable names, and `"wtf"` as values for strings. There's no strictly enforced scheme in the project as such, but you can take a glance at other examples to get a gist.
|
||||
- Try to be as creative as possible to add that element of "surprise" in the setting up part of an example. Sometimes this may mean writing a snippet a sane programmer would never write.
|
||||
- Also, feel free to add your name to the [contributors list](/CONTRIBUTING.md).
|
||||
|
||||
- Also, feel free to add your name to the [contributors list](/CONTRIBUTORS.md).
|
||||
|
Reference in New Issue
Block a user