Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

comment on

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

The two main ways I get better at programming are (1) doing it and (2) reading about it. Programming is absolutely one of those things where you need the practical experience of making mistakes, discovering stuff for yourself and trying out new ideas, that you will never get if you just read books.

However, reading is almost as important to pick up skills. I read many books and just try to absorb as many ideas as possible. I don't usually worry about the details -- I just try to remember that something is possible, that that there might be an alternate solution, that this data structure might work, that there might be a module for this type thing... Then when I come to coding and I run into a given problem I usually remember where to turn. Try reading books like "Programming Pearls" & "The Practice of Programming" which teach you about the craft. Also a lot of people recommend "The Pragmatic Programmer" although that's not a favorite of mine.

Another thing I'd recommend is to have a very good knowledge of all the standard commands. I know that you don't *need* to know them to get a lot done but it's time-wasting and error-prone to roll your own functionality. I can't count the number of times I've seen programmers at work rewrite existing language functions just because they weren't aware of language features.

One way I reassure myself that I'm always improving as a programmer is by reading my old code, from even as recently as 6 months ago. I almost always feel that I would write it better if I did it again.

It can be hard to tell if you're improving, because the process is gradual... but I bet you have improved a lot over the last 6 months. Just keep coding and reading :)


In reply to Re: At what rate are YOU progressing? by dze27
in thread At what rate are YOU progressing? by mothra

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 taking refuge in the Monastery: (4)
As of 2024-03-19 11:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found