on 2/17/00 6:14 PM, John Ky <[EMAIL PROTECTED]> wrote: > Added a new way of method chaining > in ECS. It works like this: > > ElementClass ec = new ElementClass() > .set.someattribute(/* */) > .set.someattribute(/* */) > .add.element(/* */) > .add.element(/* */); > > Allows subclassed objects to use > consistent names. I don't get how .set. would work? What is .set.? So far I'm -1 on this change. All you are trying to do is save typing and that isn't a good solution for consistency. I believe that I have documented our reasoning for all of this in the FAQ. Feel free to try to change my mind though. I guess you should post code and exact examples. -jon -- Come to the first official Apache Software Foundation Conference! <http://ApacheCon.Com/> -- ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
