Worst Coding Ever
Published by awptimus December 17th, 2008 in UncategorizedI am fixing a database program written in Access. Here is a slice of VB 6 code
Exit_Function:
Exit Function
Worst coding ever. You can just type Exit Function, but instead, the author made it so you type GoTo Exit_Function to perform an Exit Function.
Worst coding. Ever.