I don’t really like it when i’ve spent too much time programming. As i’m writing this, i’ve spent the past 14 hours at my computer and because i’ve been looking at abstractions, functions, whatever, I think of one action at a time.
I went to make coffee five minutes ago, and I actually thought out loud:-
1. Ok. Cup.
2. Take the coffee.
3. Go to bin
4. Hot water and spoon.
5. and i’m done.
wtf?
Related posts:

function getRidzuanSomeCoffee() {
Cup cup = new Cup();
CoffeePowder cp = new CoffeePower(3);
Water hotWater = Boiler.getHotWater(200);
Spoon spoon = new Spoon();
cup.fill(cp);
cup.fill(hotWater);
cup.stirWith(spoon);
return cup;
}
Opps I think I just mixed PHP with Java. LOL
LOL! I just have to laugh out loud with that post ridz!