Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

comment on

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

To me, the only consideration is that:   the code must be obvious and consistent.   Every “shop” will develop “accepted practices,” and the most important thing that you must do is to follow them.   Source code size is not a consideration.   The computer is blisteringly fast.   Disk space is unlimited.   If you can’t type, hire a typist.

Anyone who looks at your code must be able to understand at a glance what it is doing, and their “glance” must be correct.   Remember that people see what they expect to see, as demonstrated by this old chestnut:

PARIS IN THE THE SPRING
PARIS IN THE SPRING,” right?   Look again.

So, “the correct style” is to first find out how your shop is writing such things now, and then to proceed to do it in exactly the same way.   Otherwise, find what is the most abundantly clear way to write it... which is usually not the most brief.

Finally, always consider changes.   The code that you write will one day be changed, probably in a hurry, probably not by you.   Does “a slight change” to your code “break it?”   Especially... does it “break it” in such a way that it no longer works as intended, but also does not produce a syntax-error?   The consequences of any such change can be disastrous.


In reply to Re: A matter of style: how to perform a simple action based on a simple condition? by sundialsvc4
in thread A matter of style: how to perform a simple action based on a simple condition? by muba

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 exploiting the Monastery: (5)
As of 2024-04-16 09:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found