I agree with "the most essential quality of a programmer is to be able to understand a problem" ...

I'm not sure I agree with "with no ready-made crutches" ...

First, they are tools, not crutches. Second, why would you not use the tools if they exist? What is important, as with electric power saws, is learning the use of the tool, and that includes understanding what it does. I do agree with you that often that can not be grasped without working though an implementation manually. But part of learning the craft is learning the tools.

OTOH: This week I had several interviews for a $job, many with observed coding tests. The one I had most trouble with was some numeric array index-related problem, and I found I couldn't refocus my mind from hours of talk about system architecture to slice and splice and (0..$#x), with the two guys chattering amongst themselves, and it being the end of a long day. Just froze and became irritated. "Would you like me to write an object class, or maybe a log adapter, or something *meaningful*?" I asked, darkly.

They changed the subject and we talked about concurrency and parallelization, and of course 5 minutes after the call ended I emailed them a simple solution to their task, which was not dissimilar to many questions here. I don't think they will hold it against me too much, but I guess I must concur that keeping in the habit of using the basics is a good policy!


The way forward always starts with a minimal test.

In reply to Re^3: Sum group of numbers and display each number is on its own line -- plain way by 1nickt
in thread Dice roll chances by Anonymous Monk

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.