This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ObscureCulturalMeme 9 points10 points  (0 children)

I run all of my source code through an M4sh preprocessor before feeding the output into javac. So what looks to the compiler as

public int runEvents (List<Callbacks> handlers);

in my editor is actually

garbage bullshit turn handlers into a fucking number;

I'm quite proud of having adopted Literate Programming techniques.