Esoteric Code

Sometimes I notice how weirdly esoteric code can get when you choose proper abstractions. I just wrote this:

/**
 * will be emitted to ask for the death of an actor
 */
public final static class Decease extends Message<Void> {
    public Decease(Void nul) { super(nul); }
}

That made me chuckle…

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s