Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

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

In reply to Re: Commonly accepted style guide? by radiantmatrix
in thread Commonly accepted style guide? by dragonchild

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-19 02:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found