Let's bring scenario one closer to home by changing
Sits down at his workstation, hits Google a searches for something that fits the spec. Finds something close, downloads the source. Opens the source, tidies up the layout. Adjusts a few comments. removes some bits that are redundant, adds a few bits that are missing. Refines a few bits that don't work the way he thinks they should.
to
Sits down at his workstation, searches CPAN for a package that implements the spec. Finds something close, downloads it. Adds wrapper to subclass the package to add a few bits and refine a few others that don't work they way he thinks they should.
Did programmer B do a better job than programer A? In terms of how well tested the result is, probably yes. Programmer A won't have had time to fully debug one day's worth of work, while programmer B is leveraging a tested module, leaving him/herself more time to test the result.

Did you think Programmer B showed initiative but that Child B cheated?

As phrased, yes. But this is a trick question. A school assignment is not the same thing as a professional assignment. People who can't tell the difference make a lot of extra work for themselves.


In reply to Re: Initiative or otherwise? by dws
in thread Initiative or otherwise? by BrowserUk

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.