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

comment on

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

I'm not sure blindly following an expert's advice is always a bad idea.

I am not saying it is good to cargo cult into your programs everything you see an expert do, without understanding the mechanisms behind it or its context. But consider that some things during the learning process are going to be over the head of the learner.

When I first started learning Perl, I used strict and warnings because PerlMonks told me to. I was not at a level, however, to appreciate many of the reasons why it was a good idea. Yet, overall it helped me.

Even today, I have mastery of only a very small subset of the Perl language. I try out all sorts of stuff I see here that would have been beyond my capabilities to come up with on my own, with the intent of increasing my understanding. Recently I've been playing around with test-first design. Never tried it, might like it, might not, but were I not playing around in the edges of my knowledge I wouldn't learn anything.

I think that it is more important to be in the process of learning about your practices than it is to not "apply "Best Practices" without fully understanding the underlying mechanisms." (as the OP stated). If I limited myself only to what I understood fully, I'm not even sure how much would be left. I guess I could, uh, add and subtract numeric literals. No, wait, just integer literals, floats still do wonky things that throw me curveballs :).


In reply to Re^2: The cost of unchecked best practices by amarquis
in thread The cost of unchecked best practices by moritz

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 chanting in the Monastery: (7)
As of 2024-04-23 08:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found