Skip to content


Compartmentalised Thoughts

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:

  1. Disjointed Thoughts
  2. My Thoughts on Facebook Chat
  3. Random Dose of Incoherent Thoughts
  4. Giving way for 2 weeks – Thoughts about YOG

Posted in Me.

Tagged with , .


3 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. KahWee says

    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;
    }

  2. KahWee says

    Opps I think I just mixed PHP with Java. LOL

  3. nicole says

    LOL! I just have to laugh out loud with that post ridz! :P



Some HTML is OK

or, reply to this post via trackback.