Software Archeology

Digging through ‘s code is fun! (I’m assuming he won’t have a problem with me posting this; I’ll be happy to take it down if he does.)

  • Dim X As Integer 'OH MY! A Single-letter Variable name!

  • 'Should Earth's gravitational acceleration change, please modify this value accordingly.<br /> Private Const cKilosPerPound As Double = 2.2046226

  • 'So far as I can tell, this code is obsolete. It is kept on the off chance<br /> 'something will break if we delete it. If you get bored, try<br /> 'removing it and see if anything blows up.

  • 'If we're charging the customer upwards of $500,000 shipping, it may indicate
    

‘an error has occured (in much the same way fire on the wing of an aircraft ‘may indicate an error has occured). Alert the user and ask if they really ‘want to do this (in much the same way the ILS might present you with a dialog: ’ ’ +——————————-+ ’ | | ’ | (?) Plunge to fiery death? | ’ | | ’ | [YES] [NO] | ’ +——————————-+