RE: [flexcoders] Getters/Setters VS Function:Void/Return

2008-05-14 Thread Gordon Smith
I actually don't know whether public function get foo():int { return _foo; } or public function getFoo():int { return _foo; } is faster to call. But I wouldn't expect them to different greatly, and which one is faster might change in a

Re: [flexcoders] Getters/Setters VS Function:Void/Return

2008-05-14 Thread Joseph Curtin
So, if I read your response correctly. You guys are working towards optimizing the getter/setter way of doing things. Good to know. (Event technically, there is no declared victor as of right now.) Thanks Gordon On Wed, May 14, 2008 at 1:39 PM, Gordon Smith [EMAIL PROTECTED] wrote: I

RE: [flexcoders] Getters/Setters VS Function:Void/Return

2008-05-14 Thread Gordon Smith
@yahoogroups.com Subject: Re: [flexcoders] Getters/Setters VS Function:Void/Return So, if I read your response correctly. You guys are working towards optimizing the getter/setter way of doing things. Good to know. (Event technically, there is no declared victor as of right now.) Thanks Gordon

Re: [flexcoders] Getters/Setters VS Function:Void/Return

2008-05-14 Thread Joseph Curtin
-- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Joseph Curtin *Sent:* Wednesday, May 14, 2008 11:15 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Getters/Setters VS Function:Void/Return So, if I read your response correctly. You guys

RE: [flexcoders] Getters/Setters VS Function:Void/Return

2008-05-14 Thread Alex Harui
@yahoogroups.com Subject: Re: [flexcoders] Getters/Setters VS Function:Void/Return So, if I read your response correctly. You guys are working towards optimizing the getter/setter way of doing things. Good to know. (Event technically, there is no declared victor as of right now.) Thanks Gordon On Wed, May