mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #242 from lambdadi/master
Clarified point about variable names, under Dynamic Typing
This commit is contained in:
@@ -330,7 +330,7 @@ been set to a completely unrelated object.
|
|||||||
|
|
||||||
Some guidelines help to avoid this issue:
|
Some guidelines help to avoid this issue:
|
||||||
|
|
||||||
- Avoid using variables for different things.
|
- Avoid using the same variable name for different things.
|
||||||
|
|
||||||
**Bad**
|
**Bad**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user