// In order to express my love, I write some code for you.
Boy i = new Boy("ShanRuiFeng");
Girl u = new Girl("DongPei");
// May 22, 2011, that first time I express my love for u.
i.love(u);
/**
* Fortunately, you did not refuse.
* you accepted and became my girlfriend ever since.
*/
u.accepted(i);
// Since then, I miss u every day.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
// A few years later, I will marry you.
i.marry(u);
// In the days of our lives together.
try{
i.liveWith(u);
}
/**
* There may be some unpleasant, but let us understand each other,
* concerned about the good side of each other,
* and cherish each other.
*/
catch(Exception e){
mutualTolerance(i, u);
concernedAboutGood(i, u);
cherishEachOther(i, u);
}
// Finally, we will love forever, happy life together forever.
finally {
loveEachOther(i, u, FOREVER);
liveHappilyEachOther(i, u, FOREVER);
}
// After a romantic wedding, we will live happily ever after.
i.marry(u);
i.liveHappilyWith(u);
DongPei, I have fallen in love with you for
Love u ever and forever.
- ShanRuiFeng