Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Array looping

by james28909 (Deacon)
on Apr 13, 2017 at 11:55 UTC ( [id://1187839]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Array looping
in thread Array looping

Do you all know of a good place I can study or learn about these short/compact functions? Is it called perl golf? What is perl golf?

Replies are listed 'Best First'.
Re^4: Array looping
by afoken (Chancellor) on Apr 13, 2017 at 14:16 UTC
    Do you all know of a good place I can study or learn about these short/compact functions? Is it called perl golf? What is perl golf?

    Re^3: Golf code in perl (Context)

    And no, please don't use "golfed" code for any other purpose than to play golf. It's simply unmaintainable in that form, write-only code in its purest form. Prefer writing longer, readable code that you (or any other maintainer) will still understand in half a year, a year, or five years. If you resort to "dirty tricks" (like string xor plus counting NUL bytes), add a comment that explains how the trick works and the requirements for that trick (e.g. strings must only contain ACGT, all upper case, both the same length, etc). Don't make your future self invent a time machine to come back and severely hurt you for the mess you will have written.

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-20 10:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found