Hi Richard
about selfwriting code I want stress this point of view...
in an ideal writer of code (see VB, VC++,Delphi, VJ, C++Builder etc etc) that adds in each manager of event (SUB click or KeyDown or KeyUp or Doubleclick... etc etc) every new item (the most of them use a Select case /Switch constructor in which they add also the ID of the new item in the list of value to test) How many unuseful lines of code have been generated/written/compiled?
How much do you find easy to debug a so abundant code?
Also when I worked with RapidQ, I used to delete not useful code generated byself from IDE.
Surely this is not an universal choice to do, but I choose to cut if there is too code unused when I facing this issue. Clearing the forest.
Thanks to read