Page 1 of 1

Programming starts with pseudocode

Posted: Tue Aug 10, 2004 11:20 am
by Scott
Pseudocode is important stuff. When you\'re first learning how to program in any language, it seems logical to jump right in and start writing code. But in reality that\'s the worst possible way to write software. Unless you have a clear idea of what you want to accomplish, you\'ll never be able to write clear and concise code you can trust to function properly.

[url=\"http://perl.about.com/od/beginningperl/a/072604.htm\"]How can pseudocode help?[/url]

Programming starts with pseudocode

Posted: Wed Aug 11, 2004 8:33 am
by Trinity
Definitely, especially for large projects. Also, this works especially well with PHP, where you will find much of your pseudocode is used in some capacity of php (GET, FROM, FOR, NEXT, WHERE etc)

Programming starts with pseudocode

Posted: Wed Aug 11, 2004 12:59 pm
by Josh
I\'ll have to try that on my next PHP Script <img src=\'http://www.killanet.net/forum3/public/s ... >/blum.gif\' class=\'bbc_emoticon\' alt=\':P\' />

~Josh <img src=\'http://www.killanet.net/forum3/public/s ... sp_ike.gif\' class=\'bbc_emoticon\' alt=\'(spike)\' />

Programming starts with pseudocode

Posted: Wed Jan 10, 2007 3:22 pm
by Decessus
using pseudocode is a matter of opinion, to be honest. alot of experienced coders do not write pseudocode, while others do. I, myself, have never wrote one line of pseudocode in the past 3 years (jumping languages, and if you count HTML, it would be 7 years ;p) that I have been into programming. While others, swear by it for everything they do.