On Wed, 2005-02-09 at 13:14 +0200, Shlomi Fish wrote: > I once talked about it with people in the IRC, and someone mentioned he has > written a 200-lines Python program and had to make only 20 changes to get it > to compile and run. I told him they were 20 changes too many, because in > Pseudocode, he would need 0.
I disagree with the numbers. Pseudocode is good as a design tool. When you design an algorithm, you want to tweak it until the design is right (as tested by simulations inside your head). This involves changes in the algorithm. Even if it is written in pseudocode. In fact, you choose the most optimal pseudocode for this stage of your project - the pseudocode which best matches your problem domain, and which allows you the most parsimonious ways to express the algorithm and tweak it. I am CC'ing this on Hackers-IL mailing list and I suggest that this interesting discussion be shifted to Hackers-IL. --- Omer -- My own blog is at http://www.livejournal.com/users/tddpirate/ My opinions, as expressed in this E-mail message, are mine alone. They do not represent the official policy of any organization with which I may be affiliated in any way. WARNING TO SPAMMERS: at http://www.zak.co.il/spamwarning.html ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]