Goodbye Lenin

Person alex;
Person mom;

if (lenin.isAlive()) {
    alex.work();
    alex.visit(mom);
} else {
    while (alex.manages) {
        alex.hideEndofEastGermanyFrom(mom);
    }
    if (alex.givesUp()) {
        alex.move(mom);    
    }
}
Vote up this code5