January 6, 2012

Scumbag Developer

var thing = null;

/*

dseymore:

Comment out all the working JavaScript, add some alert statements of static strings, add logging to the application that throws exceptions, breaks features; commit the code, head home.

*/

alert(“this is probably important, but I don’t care”);

log.debug(“I’ve skipped this: ” + thing.getSomething());

  1. bsneade reblogged this from dseymore and added:
    var thing = null; /*...*/ alert(“this is probably important, but I don’t care”);...
  2. dseymore posted this