Thread: fyshing lessons

  1. #31
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    >teach fishing instead of giving out free fish.


    Give someone a program and frustrate him for a day, teach him programming and frustrate him for a lifetime.





    There are posts where I just correct the code or post an example. But if someone posts code, without posting the errormessages even, just correcting his code will make him come back at the very next errormessage. What we need to teach is how to react to these messages. What they mean. I know I was stumped when my compiler gave out some garbage message, uncomprehendable by all but my C teacher. But this is the first thing to learn. The compiler is almost always right. Ignoring his advice because of lack of understanding it is giving away valueable help.

    Also, if I find code for the problem in my helpfile ( MSDN ), I wonder why the one couldn't search himself. Posting the code will make him ask again with the next question. Posting a help how to use a help will enable him to solve his problems himself.

    Learning a programming language is a nice thing. Learning how to learn is far more important. Because at one point in your life, there won't be people to ask. If you only get prefabricated answers and swallow them, you will never get better than your teacher.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  2. #32
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    Maybe we're already better than out teacher? lol

  3. #33
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    >Give someone a program and frustrate him for a day, teach him programming and frustrate him for a lifetime

    haha. niice...

    also, "if debugging is the process of removing bugs, then programming must be the process of putting them in"...
    hasafraggin shizigishin oppashigger...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C Lessons
    By vurdlak in forum C Programming
    Replies: 8
    Last Post: 02-18-2006, 05:49 PM
  2. Lessons in writing good software - part 1
    By Salem in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 10-13-2003, 09:59 PM
  3. Replies: 3
    Last Post: 07-15-2002, 05:41 PM
  4. c lessons on the computer?
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 07-03-2002, 12:22 PM