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
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
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:
blog good = koskinator;
By Anonymous, at Fri Nov 17, 10:16:00 am 2006
Post a Comment
<< Home