|
|
|
|
|
by csense
4860 days ago
|
|
This also might fall along the lines of "you usually don't want to do this, because anyone else who works on the codebase afterwards will hate you for it." Monkey-patching also makes it harder to easily determine which names come from which source files, which is one of the strengths of Python code: Python's import system or explicitly using "self" make Python much superior to other languages. |
|