您的位置:首页 > 职场人生

码农的恋爱:只有程序员能看懂

2013-06-09 18:28 369 查看
/**

* 在加勒比海盗的初次相遇,
* so I write some
code to show my love to you.
*/
Boy
i = new Boy("BF");
Girl u = new Girl("GF");
// December 25, 2011, I told you I love you.
i.love(u);
// but..., what you said that
meaning we are still good friends.
u.sayOtherthing();
// Since then, I ask you for the
reason.
var reason=i.ask(u);
// you say we were not understand
enough for each other .
$("body").append(reason);
// You say that it is too quickily
to turn our relation of lover.
// And take care of u and our
love.
i.takeCareOf(u);
// So I keep waiting and I have confidence that you
will.
boolean isAccept
= false;
while (!isAccept) {
i.waitFor(u);
// I think it is an important decision
// and you should forgot the unhappy things that happended before.
isAccept =
u.thinkOver();
}
//
After a please sound of accept, we will live happily ever
after.
u.accept(i);
i.liveHappilyWith(u);

原文出自:IT博客吧(
http://www.itblog8.cn/coderthings/20130609141.html)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: