Recommend here in my PbP thread: http://forum.codecal...amming-pbp.html
Raise your hand if you use pseudocode before you make any program.
Does anyone actually use pseudocode?
Started by relapse, Aug 25 2009 10:46 AM
26 replies to this topic
#1
Posted 25 August 2009 - 10:46 AM
|
|
|
#2
Posted 25 August 2009 - 10:58 AM
*does not raise my hand*
Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
#3
Posted 25 August 2009 - 11:32 AM
*looks around while sitting on his hands*
#4
Posted 25 August 2009 - 11:46 AM
*Raises hand but ducks head*
My Name is Sean and I like codes and stuff...
NoobJunction.com | SuccessOnMyMind.com | ArmedForcesCarClub.com
NoobJunction.com | SuccessOnMyMind.com | ArmedForcesCarClub.com
#5
Guest_Jordan_*
Posted 25 August 2009 - 11:55 AM
Guest_Jordan_*
*looks shamefully away to prevent eye contact*
#6
Posted 25 August 2009 - 12:26 PM
I have been known to do flowcharting from time to time. I like the pretty pictures.
#7
Posted 25 August 2009 - 02:01 PM
You guys are nerds :P
Flowcharts are pretty :D
I bet we could benefit from them, my main problem is the table structure it usually works for the start of it, then when I decide that "it would be cool if it also had..." then I realize I would need to redo the whole table structure which obviously can cause issues. I do not mean "adding a column" either I mean like changing everything... haha
Flowcharts are pretty :D
I bet we could benefit from them, my main problem is the table structure it usually works for the start of it, then when I decide that "it would be cool if it also had..." then I realize I would need to redo the whole table structure which obviously can cause issues. I do not mean "adding a column" either I mean like changing everything... haha
#8
Posted 25 August 2009 - 04:09 PM
What is the point of pseudocode? I think it's a waste of time. It's almost like writing the same code twice.
With that in mind, no I do not use pseudo code. :)
With that in mind, no I do not use pseudo code. :)
#9
Posted 25 August 2009 - 06:11 PM
Posted via CodeCall Mobile *looks around and sees some hands risen and raises hand withought knowing why*
#10
Posted 25 August 2009 - 07:58 PM
Hahaha...
@ chili5 it is kind of like writing the same code twice... I agree. However, it all depends on current knowledge level IMO. I, for instance, am a noob and I learn Pseudocode first. Pseudocode is extremely easy to write. So I write the pseudocode first as a training wheels type thing. It's MUCH easier for me to concentrate on syntax (because the logic is already done) when I write, rather than concentrate on the logic and the syntax at the same time. Remember, the syntax isn't second nature to me yet.
@ chili5 it is kind of like writing the same code twice... I agree. However, it all depends on current knowledge level IMO. I, for instance, am a noob and I learn Pseudocode first. Pseudocode is extremely easy to write. So I write the pseudocode first as a training wheels type thing. It's MUCH easier for me to concentrate on syntax (because the logic is already done) when I write, rather than concentrate on the logic and the syntax at the same time. Remember, the syntax isn't second nature to me yet.
My Name is Sean and I like codes and stuff...
NoobJunction.com | SuccessOnMyMind.com | ArmedForcesCarClub.com
NoobJunction.com | SuccessOnMyMind.com | ArmedForcesCarClub.com
#11
Posted 25 August 2009 - 09:58 PM
yup thats true i agree with sdavis2702, Pseudocode makes things easier
specially when dealing with complicated problem, you ant jump into coding because you will end-up like a blind man with a gun.
i think Pseudocode is extremely important in solving big problems
specially when dealing with complicated problem, you ant jump into coding because you will end-up like a blind man with a gun.
i think Pseudocode is extremely important in solving big problems
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript
#12
Posted 26 August 2009 - 07:18 AM
I actually took some existing code and flowcharted it out while trying to figure out where to add some new logic. I found where to add the logic AND a subtle bug. *sigh*


Sign In
Create Account


Back to top










