Freunde und Singles in Mecklenburg-Vorpommern

Huldigung
48, Wismar
Vor 11 Jahren schrieb ich tatsächlich ein Stück Software als Huldigung an das fliegende Spaghettimonster:
...
/**
* Dependency injection ("FSM, please touch it!")
*/
public static final void touch(Object it, Object context) {
if (fsm!=null) fsm.touch(it,context);
}

/**
* Service Provider Request ("Please, FSM, touch me!")
*/
public static final T touch(Object me, Class c) {
return fsm!=null ? fsm.touch(me,c) : null;
}
...
Auch heute noch stark im Einsatz.
18.05.2018 - 0:05 Uhr