On Thu, 23 Dec 2004 15:43:18 -0500, Michael Dinowitz
<[EMAIL PROTECTED]> wrote:
> I just wanted something to force recognition that a variable is local to the
> function without having to prefix every argument that is passed in. As the
> arguments prefix is optional, this helps in recognition and self
> documentation of the code.

I prefer to see code explicitly using arguments scope (and variables
scope) so it is crystal clear where data is coming from. If you omit
"arguments." then you can't tell whether it's an argument or a
variables scope item (assuming that someone who might omit
"arguments." might also omit "variables.").
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Breeze Me! -- http://www.corfield.org/breezeme
Got Gmail? -- I have 6 invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188701
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to