On Fri, 2 Nov 2001, Stephen Adkins wrote: > Methods and Functions (except for special cases, like AUTOLOAD) begin > with a verb, with words following to complete the action.
I'm not sure I agree with that 'must begin with a verb' bit. For simple accessors, I don't see much value in $foo->get_story over $foo->story, particularly, if you want to combine your get and set methods for attributes into one. This isn't a huge issue for me, but it might be worth some discussion. -dave /*================== www.urth.org We await the New Sun ==================*/
