Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: top ten things every Perl hacker should know

by jcoxen (Deacon)
on Mar 16, 2006 at 20:54 UTC ( [id://537284]=note: print w/replies, xml ) Need Help??


in reply to Re^2: top ten things every Perl hacker should know
in thread top ten things every Perl hacker should know

There's a difference between elegance for elegance sake (ie. doing something tricky because it has a high geek factor) and elegance because it's good programming (e.g. the Schwartzian transform). I was thinking more of high geek factor code. It might parse better if I s/often/sometimes/.

Jack

  • Comment on Re^3: top ten things every Perl hacker should know

Replies are listed 'Best First'.
Re^4: top ten things every Perl hacker should know
by apotheon (Deacon) on Mar 17, 2006 at 05:28 UTC

    "Tricky" or "clever" is not always elegant. I tend to think of elegance as eschewing the gratuitous. That would mean writing clever code for the sake of being clever does not fit my definition of "elegance".

    print substr("Just another Perl hacker", 0, -2);
    - apotheon
    CopyWrite Chad Perrin

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 15:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found