Personally I think that you can learn programming in at least two ways: studying it from the ground up and/or step by step, guided by the problems you are trying to solve. That's how our brain manages available memory, right?

The first way to learn takes its roots from rationalism that was put forward by Descartes: one can achieve understanding by pure reasoning and methods.

The second way to learn is a pragmatic way that was developed mostly in the 20th century (Anglo-Sax philosophers Dewey, James).

I don't think you can learn everything about a programming language. Neither you can learn everything about a chess game. There's always something new to find out about it. The more you learn, the more open roads you see.

When I studied Perl at the university, I used the rationalistic way. At my work I take the pragmatic approach. At the university I tended to be slow because very often I didn't know which variable to set, which function to call. On the other hand, I knew the language syntax better. Because I start to forget language syntax, I tend to avoid some nice and clever solutions, choosing a fast and dirty way. That's why sometimes I should forget my day-to-day scripting, sit down and meditate on things, look up the Perl Monks posts.

We live in a postmodern age and if one becomes religious about one way or another of doing things, this seems very suspiscious to me. I think the most principled Perl programmers and best monks here tend to find a solution to each problem they meet and never give up.


In reply to Re: On human memory management by Heidegger
in thread On human memory management by bronto

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.