Lazy enough to write something.
What you can do with it!

I told ya


A blockquote:

We are Hitchhikers in the road of open source knowledge.

Example code:

var light = new Light();
var switchUp = new FlipUpCommand(light);
var switchDown = new FlipDownCommand(light);
var s = new Switch();

s.storeAndExecute(switchUp);
s.storeAndExecute(switchDown);

Want to suggest something? Please Send me a request.

*****
Written by on 19 August 2014