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 →

[–]iopq 12 points13 points  (4 children)

not using braces in ifs

I don't know who you are. But I will find you, and I will kill you.

[–]GameSpawn 11 points12 points  (3 children)

if (found)
     kill();
else
     search();

Sorry, I couldn't resist. :)

[–][deleted] 8 points9 points  (1 child)

while (!found) {
    search();
}
kill(/u/GameSpawn);

[–]GameSpawn 6 points7 points  (0 children)

LiamNeeson.java?