View Poll Results: See below post for question.
- Voters
- 15. You may not vote on this poll
-
Oct 12th, 2003, 06:37 PM
#1
Thread Starter
Stuck in the 80s
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?
-
Oct 12th, 2003, 09:18 PM
#2
PowerPoster
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.
-
Oct 12th, 2003, 11:03 PM
#3
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!
-
Oct 13th, 2003, 10:49 AM
#4
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.
-
Oct 13th, 2003, 06:24 PM
#5
Thread Starter
Stuck in the 80s
Glad to see I'm not the only one who's whipped out a piece of paper.
-
Oct 16th, 2003, 03:14 PM
#6
Hyperactive Member
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
-
Oct 16th, 2003, 06:12 PM
#7
Thread Starter
Stuck in the 80s
Originally posted by Radames
I think yall getting old
??
-
Oct 27th, 2003, 03:01 AM
#8
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
-
Oct 27th, 2003, 10:54 AM
#9
I often do flowcharting on paper before I code.
-
Nov 2nd, 2003, 07:42 PM
#10
Addicted Member
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
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|