Sigh. Every time I write this node, for some reason, I forget to hit "sumbit" after previewing. Hopefuly I'll stop being idiotic and plauged by poor server response times.

There are two important parts to teaching programming, esp. at a HS level. They are breaking down the problem into smaller pieces, and finding the solutions to those smaller pieces using the resources available (experementation, existing knowlage, reference materials, and other people). Actualy adding to their knowlage is a fairly minor piece of the puzzle. Fornatly, these are things that can be taught by a nonprogrammer; they are the same skills that any sort of problem-solving requires, which is why they are such important skills to teach.

The reason that your post, riceWind, made me think of this view is quite simple: perlmonks is a very important place to find reference and other people to help solve those refactored problems. Students should be shown perlmonks... not only will this help them with the process of learning perl, and learning to program, it will keep them from going here to ask "here's my homework problem, how do I do it", unless they are total idiots.


Confession: It does an Immortal Body good.


In reply to Re: Re: Can a non-programmer teach Perl? by theorbtwo
in thread Can a non-programmer teach Perl? by Ovid

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.