Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Pedagogy: pointers or plaintext posts

by stephen (Priest)
on Apr 08, 2002 at 20:49 UTC ( [id://157549]=note: print w/replies, xml ) Need Help??


in reply to Pedagogy: pointers or plaintext posts

It's a hard problem, and one I waver back and forth on.

I personally learn best by example. Two or three well-chosen examples will show me an approach or strategy far more rapidly than the most well-written explanation. So I think it's a good thing to provide example code, since I usually can't solve a problem without typing up an example or two anyway. Frankly, the practice I get doing that is part of what makes PerlMonks valuable to me.

On the other hand, giving someone a drop-in solution encourages copying and pasting without comprehending. I don't care if someone copies and pastes my example code, but they should understand it.

So I try to use toy code. I distill the code snippet down to the simplest example that still shows how to solve the problem. Toy code should run anywhere and not depend on things like databases. It's simpler to understand than an actual rewrite of the original code, and the poster must reapply the knowledge in my reply to their original code, so I don't need to worry about encouraging bad copy-and-paste habits.

The exceptions are:

  1. Folks that already know how to solve the problem, and are asking about style improvement. I'll happily rewrite their code to do the exact same thing.
  2. People who do not post any code at all and do not indicate the (possibly substantial) work they've already put into the problem.

Getting newcomers to read the basic documentation is also a puzzle. I don't like flaming people at all; in fact, I hate it. I don't even like downvoting nodes. However, I think that reading the docs is more enlightening than the most spot-on post, because of the things you'll learn while reading them. I will do whatever I can to encourage reading the docs and O'Reillys, using whatever carrots and sticks I can apply.

stephen

  • Comment on Re: Pedagogy: pointers or plaintext posts

Replies are listed 'Best First'.
Great Posts Enhance Docs - Re: Re: Pedagogy: pointers or plaintext posts
by metadoktor (Hermit) on Apr 08, 2002 at 22:57 UTC
    I agree with most of what you say in your post but...

    However, I think that reading the docs is more enlightening than the most spot-on post, because of the things you'll learn while reading them.

    I think that a well written post speaks more clearly than the documentation that often comes with code. Sometimes a poster will comment on stuff that might not be included in the docs.

    At any rate, I prefer reading real bound books to reading online docs unless the online docs supersede the paper ones.

    metadoktor

    "The doktor is in."

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://157549]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-18 04:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found