This is true, the quality of much of CPAN is quite remarkable in parts. I do see their point with regard to skills however, it's too easy to rely on the high-level view you end up with when using modules and end up not knowing the 'essentials' of computer science such as data structures etc. I don't think they was saying that they'd not have any code to write, more that they feared their command of the 'computer science' aspects would wither and die.

I've seen this reach a quite significantly scary level in some of the Java programmers I've worked with. They're used to their nicely insulative APIs, and that is good enough 'to get the job done' reasonably well most of the time, but when the problem suddenly needs more indepth knowedge of datastructures, network protocols, graphics algorithms, general optimisation, or other things they've been insulated from they just fell to pieces as they couldn't deal with it. It seemed anything outside their little books of APIs was outside their knowledge and abilities.

They almost all did computer science degrees, so assumedly were shown at least the data structures and networks parts, but now they've spent so long in their supportive language that they're unable to deal without it.

I'm not saying that code reuse is bad, far from it as can be seen from my post above, rather that reliance upon higher-level APIs/modules can be detrimental to your low-level understanding. Reuse, but make sure you still know what's going on.


In reply to Re: Re: Code re-use: productivity gains vs. skill deprecation by Molt
in thread Code re-use: productivity gains vs. skill deprecation by Phemur

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.