Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Which bad behaviour most deserves an electric shock?

by HamNRye (Monk)
on Apr 09, 2009 at 03:07 UTC ( [id://756506]=note: print w/replies, xml ) Need Help??


in reply to Which bad behaviour most deserves an electric shock?

My pet peeves (As someone who asks more questions than answers them....)

I try my best to be a good question asker, taking time to make sure everything is there, building the smallest sample and dataset that explains my problem. (Which also is a great debugging technique...)

Overly brief useless answers only designed to improve the posters XP. There are those who chirp in on threads with something like "Use CPAN". It is my theory that these yokels are not trying to be helpful, they're just trying to glom on to threads that will gain popularity and mooch the XP off of them.

Overly arcane answers that leave you wondering what they do. Many of the monks like to post code samples with something like print << $@ >>! if EOF while $% and no explanation. Mostly this just leaves you with a "What the hell?" feeling. I've remarked to a co-worker that I need to start "whatthehelldoesthatdo.com" where a collection of the strangest Perl idioms will be cataloged and explained.

Complex solutions to simple problems. A question about matching a brace pattern turns into "Use Parse::RecDescent". Two replies later (after the guy who writes "Use Cpan"), someone comes along and says "Oh, you just need to put a "?" there..."

The guy who points out that the "code" I wrote earlier in this post as an example of unreadability doesn't compile.

The guy who instead of answering your question picks an entirely different part of your script to criticize... "Well, before we even talk about the regex, you're not getting the file listing before it in the most efficient way. Sure, it works in Windows, but what happens if your script needs to run on an OS2 machine? I don't even want to talk about what would happen on a PDP-11..."

Those are my minor pet peeves that don't add up to much for all of the great help I have gotten here over the years.

Replies are listed 'Best First'.
Re^2: Which bad behaviour most deserves an electric shock?
by Anonymous Monk on Apr 09, 2009 at 04:52 UTC
    Well print << $@ >>! if EOF while $% doesn't even compile :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-23 20:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found