[Python-Dev] PEP 8 updates/clarifications
skip@pobox.com
skip at pobox.com
Mon Dec 12 16:59:54 CET 2005
Jim> That's why, in my suggested writeup, I suggested that attributes
Jim> should be used if the accessors are trivial.
In my experience it's difficult to find the locations where another module
mucks with your object's state. Using properties or accessor methods
coupling between modules is reduced and you can be more confident that the
only place an object's state is modified directly is in its own code.
Skip
More information about the Python-Dev
mailing list