Maybe a little off-the-mark, but from the rec(?:ei)|(?:ie)ving end, i think i benefitted most not from 'case study' type advice ( like "it would go faster if..." or "learn your own" ), but from advice that gave me the independence to trouble-shoot and experiment myself, at which point i could then return with questions like "how can i make this faster?" or "How would you do this differently?".

By this is mean being shown how to properly read error messages and warnings, using perldoc and cpan effectively, and the debugger. As well as other community resources like perlmongers ( and the Monastery of course! ), which give you the ability to tap into and see what other people are doing and how they do it, but i guess that comes back to the "learn your own" part, where you start to read|analyse|get inspiration from other peoples code...

I guess it is a very personal thing and everyone goes about the learning process differently, which is what makes mentoring so difficult, but at least for me, being given that independence to experiment ( and the tools to test those experiments ( can you tell i am a scientist...) ) was the biggest catalyst.

Though now i think about it, I think i also value having places i can go for help when my experimenting doesn't pay off, or when i just want to run an idea past people, so i guess it is a balance between giving your tutee freedom, whilst remaining a ( trusted ) presence.

Just a something something...

In reply to Re: Mentoring in Open Source Communities by BioLion
in thread Mentoring in Open Source Communities by clp

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.