Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Simplifying repeated parameter lists

by Voronich (Hermit)
on Sep 19, 2012 at 20:14 UTC ( [id://994523]=note: print w/replies, xml ) Need Help??


in reply to Re: Simplifying repeated parameter lists
in thread Simplifying repeated parameter lists

I'm not gonna lie, my reaction was a healthy combination of "Neat! wait...why?"

I'm keeping that in the bag of tricks, 'cause I think if I go spend some time in the machine shop I'll get hit with a "THAT'S why!".

Replies are listed 'Best First'.
Re^3: Simplifying repeated parameter lists
by roboticus (Chancellor) on Sep 19, 2012 at 20:51 UTC

    Voronich:

    Admittedly, it's probably more "neat-o!" than practical. (Though it's just useful enough for me to drop into my bag-o-tricks module for general use.) It probably only pulls its weight when you have multiple sets of default arguments and/or multiple different functions you want to decorate.

    There might be a few useful variations, too. For example, might want to make a bunch of default arguments at the *end* of your list (such as for adding formats to cells using Spreadsheet::WriteExcel.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.

      yeah the more I reread that the more it becomes that it's going to make it in to my code before too terribly long.

      for instance: the "submit_thingamabob" function is a nasty piece of databasocity. If I could reasonably swap that call out and replace it with a mock, without mucking too much with the existing code, it would speed development remarkably.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-28 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found