Code Comments
Programming Forum and web based access to our favorite programming groups.While reading through actions.pm I found that method scope_declarator wasn't very readable because it was very long. A big part of that is the declaration of attributes which needs some special handling. The attached patch moves that code to a separate function called declare_attribute. It doesn't change any semantics. Cheers, Moritz -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/
Post Follow-up to this messageMoritz Lenz wrote: > While reading through actions.pm I found that method scope_declarator > wasn't very readable because it was very long. > > A big part of that is the declaration of attributes which needs some > special handling. > > The attached patch moves that code to a separate function called > declare_attribute. It doesn't change any semantics. > Applied as r27536, thanks. Jonathan
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.