Glossary entry (derived from question below)
English term or phrase:
pseudocode
French translation:
Pseudo-code
English term
pseudocode
Chances are, if you were to go into a conference room at a software company, it would contain a white-board filled with pseudocode and flowcharts. Pseudocode and flowcharts are programmer's ways of expressing algorithms, control structures, and other programming concepts quickly and simply. (InfoWebLinks)
Generally, you should try to break each main task down into very small tasks that can each be explained with a short phrase. There may eventually be a one-to-one correlation between the lines of pseudocode and the lines of the code that you write after you have finished pseudocoding. (Minich.com)
PPP is a way of developing routines by writing pseudocode for them in the first place (not a new topic) and after that, making the pseudocode a comment in the routine (functions, procedure, method or whatever your language calls them). (CodeRookie)
4 +6 | Pseudo-code | Zogbon (X) |
May 29, 2009 14:51: changed "Kudoz queue" from "In queue" to "Public"
May 30, 2009 08:54: changed "Stage" from "Preparation" to "Submission"
Jun 2, 2009 09:54: changed "Stage" from "Submission" to "Completion"
Proposed translations
Pseudo-code
http://fr.wikipedia.org/wiki/Pseudo-code (http://fr.wikipedia.org/wiki/Pseudo-code)
Something went wrong...