Oct 08 2008
Zen and the Art of Geekiness
A conversation had earlier on IRC:
E: There are many questions to which I know the answers…
E: That is not one of them.
G: snicker
G: How Zen of you.
E: I’m practicing for a future career in fortune cookie writing. You know, in case this whole software thing doesn’t work out.
G: I can see that. Writing code certainly gives you the applicable skills.
Which, for whatever reason, caused this to pop into my head.
succeeded = try();
if (!succeeded)
{
try();
try();
}
Not much more to say to that, is there?
