Why does this work?
Phlip
phlip_cpp at my-deja.com
Wed Mar 27 14:08:26 EST 2002
More information about the Python-list mailing list
Wed Mar 27 14:08:26 EST 2002
- Previous message (by thread): Why does this work?
- Next message (by thread): Why does this work?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Terry Reedy" wrote: > > "Phlip" wrote: ... > > And we wrap all data members in get/set pairs, so the above would > have been: > > > > x.setTiles([]) > > 'we'? The wisdom/folly of using get/set pairs is a matter of > continuing dispute. Some of us find the extra work and inefficiency > distastful. We at my day gig. We find just >having< a style guideline slightly more important than the value of any few marginal items in it. And we like to find ways to cure the "magic member bug". If you can think of any others, please share. -- Phlip
- Previous message (by thread): Why does this work?
- Next message (by thread): Why does this work?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list