View Poll Results: See below post for question.

Voters
15. You may not vote on this poll
  • Yes, I work things out on paper.

    11 73.33%
  • No, I don't use paper.

    4 26.67%
  • I never have coding problems. I'm just that good.

    0 0%
Results 1 to 10 of 10

Thread: Working out coding problems.

  1. #1

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256

    Working out coding problems.

    I asked this question awhile ago, but I'm curious about the answers again.

    Sometimes, when faced with a programming problem -- something I can't quite figure out -- I'll pull out my pad of paper and work through the code on paper, sometimes in English, sometimes in the language itself.

    I mostly do it with PHP coding, and sometimes C++ or C#, but I don't think I've ever done it with Visual Basic.

    So I was wondering if anybody else has this habit, or am I just weird?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    I have found myself using less and less paper to work out problems and more of doing it in my mind. I still haven't completely gotten rid of paper yet though. Just a couple days ago I was writing a pretty complex stored procedure down, and I was writing down test data and working through it and seeing if the logic was right. Paper is always useful.

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    I do it a lot with database design.... and some logic coding.
    I find that some times it helps to get things out on paper so see just how stupid it can really be!
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    I usually do for the architecture or flow of an application and it always ending up looking like a big mess to everyone but me. Just a bunch of circles and squares with arrows going here and there and a kind of pseudo code short hand. I'll have to find an entertaining one and post it.

  5. #5

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Glad to see I'm not the only one who's whipped out a piece of paper.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  6. #6
    Hyperactive Member Radames's Avatar
    Join Date
    Feb 2001
    Location
    Tech Tropics
    Posts
    360
    I think yall getting old
    Top Tip: You can make friends and impress the opposite sex at geeky cocktail parties by saying "DB" instead of database. - Karl Moore

  7. #7

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by Radames
    I think yall getting old
    ??
    My evil laugh has a squeak in it.

    kristopherwilson.com

  8. #8
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611
    For more complex thing I always use a paper. The reason is simple, you can think an algorithm write it down, "debug" it, then code it. That is faster as thinking the algorithm in VB or C#, I think
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

  9. #9

  10. #10
    Addicted Member
    Join Date
    Nov 2002
    Posts
    216
    i use paper because at school in study hall with nothing to do ill come up with this great idea for my apps. i find that alot easier because if you just go to code with an idea you might forget what you were supposed to be doing and get un organized. even at home i usually just outline it before i go on my comp to increase productivity and more time to do other stuff
    Quote Originally Posted by randem
    You think you are confused? Try reading what you wrote...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width