Thread: Sad Sigil news?
View Single Post
Old 10-04-2013, 06:38 AM   #140
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by DrChiper View Post
You really respond as a programmer (no pun intended): I've seen these kinds of reactions many times. The thing is: pseudo code should be context / implementation free and just grasp the intention of program, in other words: what must it do. It should be left to the developer how to practically realize that and also select a certain language which is best suited for that job.
But just describing the intention is not pseudo code. Pseudo code as I understand it is for describing what the actual implementation do and often describe before you implement.

The problem with this kind of pseudo code is that you have duplicated the information. If there is a mismatch you do not know if the pseudo code or the code is correct if both are working according to the interface specification.
tompe is offline   Reply With Quote