So far, we will be 7 or 8. We may have a few more guest (french people who are working on OSS projects), if you don't mind.

I suggest we gather at 7pm in the OWF conference center hall, and then move on to the restaurant, then :

void haveADrinkInABar( Bar bar, List<Asfers> band ) {
    if ( band.size() < 2 ) {
        throw new NotEnoughAsfersException();
    }

    for (  Asfer asfer : band ) {
        asfer.drink( beer );
    }

    if ( asfer.isPuking() ) {
        band.remove( asfer );
        asfer.grabATaxi();
        asfer.goToBed();
    }

    haveADrinkInABar( bar.getNext(), band );
}



--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to