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

Re: Commonly accepted style guide?

by radiantmatrix (Parson)
on Sep 27, 2005 at 20:36 UTC ( [id://495546]=note: print w/replies, xml ) Need Help??


in reply to Commonly accepted style guide?

I hate style arguments. Look, we have perltidy. Any 'style' elements you don't like can probably be "corrected" by your .perltidyrc. If they can't, then as long as they don't make the code unintelligable -- and I mean truly unintelligable -- who cares? Adapt, already.

It's called "style" for a reason. Like styles of dress or decorating, coding style is largely an individual choice. Now, in corporate environments there are style standards, just like there are style standards in the form of dress codes. And, some very basic things can be applied to any public code -- after all, you can't walk around naked most places, there are minimum standards.

Beyond those "environmental minumums", though, if you're a big burly guy with a perpetual 5-o'clock shadow who prefers to wear a pink tu-tu -- what should I care? One of my cow-orkers insists on Hungarian notation (in Perl). I don't get it, but it helps him and doesn't significantly hurt me: all I ask is that he not get his undies in a bunch if I forget.

Having arguments about which style is "better" is largely like arguing the finer points of wearing pink tu-tu's. One might make the argument that a pink tu-tu makes just about anyone look silly; but what if someone wants to look silly? What if someone wants to use unless <cond> <action>? What does it really matter?

To be clear, I'm not talking about mistakes that are sometimes classified as style and have measurable changes. For example, using C-style for loops needlessly (easily causes bugs) or using open FH, "<$var"; (security risk). I'm talking about true "style" arguments.

Sure, suggest "hey, I see you had this problem -- here's a style tip for you". Hell, I'd suggest to a portly friend that horizontal stripes are probably not the best idea (I know this from experience, btw). But I wouldn't hit him over the head with it if he wanted to wear them anyway.

<-radiant.matrix->
Larry Wall is Yoda: there is no try{} (ok, except in Perl6; way to ruin a joke, Larry! ;P)
The Code that can be seen is not the true Code
"In any sufficiently large group of people, most are idiots" - Kaa's Law

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-04-18 08:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found