8

Not really a programming rant but, I'm pretty sure VW engineers and developers purposely do this:

breakImportantCarPart(mileage, importantCarParts){
if(!underWarranty) {
importantCarParts[rand(0,importantCarParts.length]);
} else {
//do nothing
}
}

Comments
  • 2
    I feel the same about most phones.
  • 1
    In some places in the EU volkswagen is commonly known as Hitlers curse.
Add Comment