Pseudocode is all about describe how something is done, not how it is
done in a particular programming language. This may sound unproductive
because we need to convert to actual code in a particular programming
language, eventually.
However, pseudocode makes it possible for programmers who know different
programming languages to share ideas and collaborate. Furthermore, the
translation from pseudocode into an actual programing language should
be a fairly mechanical process.
Copyright © 2006-09-05 by Tak Auyeung