[Tutor] Mutable Properties

Chris King g.nius.ck at gmail.com
Wed Sep 8 22:59:57 CEST 2010


  Dear Tutors,
     I noticed that when you use a property to represent a mutable 
value, I you try to use its methods, it will directly change the value 
returned. I know this happens because I'm not really assigning it to 
something new, but changing whats already there, which won't fire off 
the set method. I was wondering if there was a way around this.
Sincerely,
     Me


More information about the Tutor mailing list