Re: Object design revisions

2006-11-15 Thread Allison Randal
chromatic wrote: Properties: I don't remember what problem these try to solve. It's difficult to discuss one way or the other without an example. They're solving the problem of allowing attribute-like information to be attached to an object at runtime. In Perl 5, objects are blessed hashes

Re: Object design revisions

2006-11-14 Thread chromatic
On Tuesday 14 November 2006 22:28, Allison Randal wrote: > I've added responses after each recommendation, if you have any > questions or comments pull them onto the mailing list. Properties: I don't remember what problem these try to solve. It's difficult to discuss one way or the oth