View Single Post
      04-13-2013, 06:57 PM   #68
turbolag
is nonexistent with N/A
turbolag's Avatar
21
Rep
1,126
Posts

Drives: .
Join Date: Mar 2013
Location: .

iTrader: (0)

Quote:
Originally Posted by inChargeOfIT View Post
Please refactor to include BMW's default error handling routines :

If ( (shiftMonitor == etSportModezWhilstEcoPro) && ( isNearDealership() == false || isUnderWarranty() == false) ) {
/*** Idiot switched shift lever to sport while he is in ecoPro ***/

misFire(rnd(etMaxNoCyls)); /*** scare the bejesus out of this environmentally foolish moron ***/

masterCautionChime();

sleep(60);

misFire(rnd(etMaxNoCyls)); /*** surprise moron again ***/

limpMode(etEnable); /*** punish this half-man-half-idiot with half a car ***/


}
Appreciate 0