pauldiv wrote: » lol I bet it made you a much better sys admin though
#include SomeClass.h RandomClass *PointerToRandomClass;
Sparks wrote: » SQL also seems to be immune from even efforts at version control and deployment controls. The number of times I've seen a dev team working on one SQL codebase only to find there's a different codebase on the live server...
bonkey wrote: » Oh, don't get me started.
dazberry wrote: » (most of the tables are limited to 4 character names, so table names like mast, mas2, cust, payh, dats, deco, ucod, sprm, and my personal favourate - tits).
voxpop wrote: » Somehow this guy has managed to hardcode his own machines details into the web app so it wont run on any other machine.
BostonB wrote: » No meaningful information in the error handlers, so that users think the system has a bug/crashed, and they log a support call each time.
public static void main(){ [INDENT]try { [INDENT]// Imagine entire application here[/INDENT] } [/INDENT] [INDENT]catch (Exception e) { } // end program[/INDENT] }
wobbles-grogan wrote: » Need i say more than this?public static void main(){ [INDENT]try { [INDENT]// Imagine entire application here[/INDENT] } [/INDENT] [INDENT]catch (Exception e) { } // end program[/INDENT] }
wobbles-grogan wrote: » Need i say more than this?public static void main(){[INDENT]try {[INDENT]// Imagine entire application here[/INDENT]} [/INDENT][INDENT]catch (Exception e) { } // end program[/INDENT]}
public static void main(){[INDENT]try {[INDENT]// Imagine entire application here[/INDENT]} [/INDENT][INDENT]catch (Exception e) { } // end program[/INDENT]}
BostonB wrote: » Then Imagine this after 15 years, as is the case with the database/app I'm currently working on.
COYW wrote: » These tables were created by both internal staff and external "consultants".