Here is an email I received in response to my essay on how to write unmaintainable code.
Let me list the ones that have pestered me since yesterday (most come from practical experience):
I don’t follow you here.
//AM i = i + l ; - Redundancy removed, dd 2 oct 2000 //BN i ++ ; // i = i + l ; // Repaired the bug introduced by AM. //BN
for ( i = 0, sum = 0 ; i < N ; i ++ ) { // ======= Chapter 3 ================================ // = Calculate the sum of all things ====================== sum = sum + array[i] ; // =============================================== }This nicely obscures the useful statements.
|
|
You can get the freshest copy of this page from: | or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror) |
| http://mindprod.com/feedback/unmain/recursion.html | J:\mindprod\feedback\unmain\recursion.html | |
![]() | Please email your feedback for publication,
letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording,
broken/redirected link reports, suggestions to improve this page or comments to
Roedy Green :
| |
| Canadian Mind Products | ||
| mindprod.com IP:[65.110.21.43] | ||
| view | Your face IP:[38.107.179.212] | |
| Feedback | You are visitor number 11. | |