Jump to content

Does anyone actually use pseudocode?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
26 replies to this topic

#1
relapse

relapse

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 476 posts
Recommend here in my PbP thread: http://forum.codecal...amming-pbp.html

Raise your hand if you use pseudocode before you make any program.

#2
marwex89

marwex89

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 10,720 posts
*does not raise my hand*
Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
*looks around while sitting on his hands*
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
sdavis2702

sdavis2702

    Learning Programmer

  • Members
  • PipPipPip
  • 93 posts
*Raises hand but ducks head*
My Name is Sean and I like codes and stuff...
NoobJunction.com | SuccessOnMyMind.com | ArmedForcesCarClub.com

#5
Guest_Jordan_*

Guest_Jordan_*
  • Guests
*looks shamefully away to prevent eye contact*

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I have been known to do flowcharting from time to time. I like the pretty pictures.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
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

#8
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
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. :)

#9
Andrew.G

Andrew.G

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 395 posts
Posted via CodeCall Mobile *looks around and sees some hands risen and raises hand withought knowing why*

#10
sdavis2702

sdavis2702

    Learning Programmer

  • Members
  • PipPipPip
  • 93 posts
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.
My Name is Sean and I like codes and stuff...
NoobJunction.com | SuccessOnMyMind.com | ArmedForcesCarClub.com

#11
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
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
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
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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*
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog