mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
d00182b541
"Avoid using variables for different things" is misleading at best. The point must communicate that foolish reuse of _the same_ variable name, for different types of data, is the hobgoblin of reckless minds :)