There's a term in programming, 'spaghetti code'. It's not a compliment. It refers to messy, disorganized code that is difficult to follow and uses bad practices such as GOTO commands instead of proper subroutine calls. Spaghetti code is a nightmare for anyone who has to come along later and work with that code. I have just been reminded that
(
Read more... )