Hacker News new | past | comments | ask | show | jobs | submit login

–Honey could you check if we've got any milk and go to the store to buy some?

Programmer logic mind interpret

  if(fridge.contains(Consumable.milk) &&
     legs.walkTo(location.getMarketNearest(this.location))
  {
      store.buy(Consumable.Milk);
  }

Well since we didn't have any milk I'll just go back to idling.



I was about to point out the "bug" in your "code", but then I reread the sentence. And now I need to use this as a joke with my wife. I'll probably get punched jokingly for this one, as with all my bad jokes :P




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: