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

Object design revisions

2006-11-14 Thread Allison Randal
I just finished reviewing docs/dev/pmc_object_design_meeting_notes.pod, which is a summary of a design discussion I asked particle to lead at the hackathon last weekend. It's a fantastic piece of work, and nicely organizes the ideas we've been kicking around the past few months. Thanks to part