Gulo Blue
Well-known member
- Joined
- Oct 4, 2013
- Messages
- 13,502
I have also seen this issue with computer programming. Something needs changed but the existing algorithms lack any documentation about how and why it was written, and the way it was done is very confusing resulting in a complete redo being faster and easier than trying to adjust what is already there because somewhere a special tweek was done to make it work but it is no longer easily identified or understood. Sometimes the new code is faster/better, sometimes it is not, but it is what the new programmer was able to make work so you run with it.
I'm vaguely aware of some of that. Like code that was written for specific hardware with knowledge of what some old chip does. Like this data location corresponds to a register that only counts to 255 and rolls over so the script sends bigger numbers there as a modulus operation. More insanity. You could put it all in a book, but nobody could digest it all. You need to have old guys around.
Last edited: