A Funny Java Flavoured Look at the World

Thursday, November 16, 2006

A Programmers life in code

I raised a question on a JavaLobby forum the other day about

Favouring composition over inheritance is a sign of a maturing programmer

yesI know very nerdy of me, I basically asked the question what is the next stage of development in a programmers life. I was quite amused by this reply

Re: Favouring composition over inheritance is a sign of a maturing programm

getALife();

Sex partnerSex = null;

if(programmer.getSexualOrientation() == SexualOrientation.HOMO) {
if ("US".equals(programmer.getCountryCode())) moveToHolland();
partnerSex = Sex.getTheSame(programmer.getSex());
} else {
partnerSex = Sex.getTheOpposite(programmer.getSex());
}

Human partner = findPartner(partnerSex, programmer.getSexualOrientation(), "http://www.personals.com/webservice");

programmer.marry(partner);
if (programmer.getSexualOrientation() == SexualOrientation.HETERO) {
programmer.makeKids();
}

throw new DieException();




If you like this blog or and fancy something a bit less technical with some laughing thrown in then check out my other blog Amusing IT Stories. Which is a blog about funny and amusing stories from the IT environment and the office. It is a mix of news, office humour, IT stories, links, cartoons and anything that I find funny

1 Comments:

Post a Comment

<< Home