Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Module::Compile::TT

by tinita (Parson)
on Jun 18, 2006 at 13:07 UTC ( [id://556079]=note: print w/replies, xml ) Need Help??


in reply to Module::Compile::TT

[% FOREACH name IN [ 'foo', 'bar', 'baz' ] %] sub [% name %] { my $self = shift; $self->{[% name %]} = shift if @_; return $self->{[% name %]}; } [% END %]
well, to be honest, I don't find that more readable than creating the subs with writing them directly into the symbol table. I find it less readable.

I see no comments in your original code. With some short comment an average perl programmer should be able to understand what the code is doing and how to maintain it.
If somebody doesn't understand it, I guess they wouldn't understand the TT-example, either (they'd have to understand how a source filter works). I think it's better to teach them what an anonymous sub is than how to use inline-TT-code.
And, additionally, not everybody knows or likes TT syntax.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://556079]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (9)
As of 2024-04-23 21:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found