The relationship between adventures and my happiness
My sadness is inversely proportional to the number of adventures I'm having per week.
sadness = 1 / adventures
dancing : girls : : adventures : me
if adventure then happy
adventure
therefore, happy (by way of Modus Ponens)
3 Comments:
http://liberatexinferis.blogspot.com/
Have you considered the possibility that for you, adventure is a subclass of happiness?, exemplia gratia:
Adventure a = new Adventure("smelling the sweet streets of philidelphia);
Happiness h = (Happiness)a;
Whalen w = new Whalen("boston");
w.pursue(h);
well, i think Adventure extends Happiness for almost everyone. but i've been getting the feeling that for me (at least lately), there is no happiness without adventure. This junit testcase hasnt failed yet:
if (Happiness.class.isInstanceOf(whalen.getEmotion())) {
AssertEquals(whalen.getActivity(), new Adventure());
}
Post a Comment
Subscribe to Post Comments [Atom]
<< Home