drtshock / Potato

If you fork this then you can say you forked a potato.
GNU General Public License v3.0
704 stars 2.54k forks source link

Potato isn't baked when put in the oven. #95

Open teunw opened 7 years ago

teunw commented 7 years ago

public boolean isBaked() { try { return this.isPutIntoOven(); } catch (OvenException e) { return false; } } You do need some time to bake it, or else it won't be warm. And cold potatoes aren't delicious.

drtshock commented 7 years ago

maybe a timer?