Programming starts with pseudocode

Moderators: Moderator, Global Moderator

Post Reply
Scott
Administrator
Administrator
Posts: 1651
Joined: Sun Apr 25, 2004 1:08 pm

Programming starts with pseudocode

Post 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]
Trinity
Hero Member
Hero Member
Posts: 808
Joined: Wed May 05, 2004 9:19 am

Programming starts with pseudocode

Post 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)
Josh
Hero Member
Hero Member
Posts: 4627
Joined: Fri Jun 04, 2004 2:54 pm

Programming starts with pseudocode

Post 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)\' />
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Decessus
Jr. Member
Jr. Member
Posts: 59
Joined: Sat Jul 30, 2005 3:31 pm

Programming starts with pseudocode

Post 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.
Image

[color=\"gray\"]I Am The Almighty TheGodFather, Join The Family[/color]
Post Reply

Return to “Dev Discussion”