
January 14th, 2013, 06:59 AM
|
|
Contributing User
|
|
Join Date: Nov 2012
Posts: 43
Time spent in forums: 15 h 59 m 28 sec
Reputation Power: 1
|
|
|
A pseudo code is any type of code that's simplified, might not work, is theoretical, etc.
It's usually just a phrase to say an untested or overly simplified code.
For example, my spaceship pseudo code...
if starShip.distanceFromStar>1000 light years: engage Boosters
You could do it yourself by ruining your perfectly fine script but that defeats the point of writing a script in the first place. You usually do the pseudo-code first as framework to base your program around ...
|