Subscribe to
Posts
Comments

Archive for April, 2007

Found a nice rant about XML/Scheme/Haskell. No comments, I have to think about it.

C#/Java

Somemtimes C# gives me jitters. Sometimes I realize that I’m writing someting abslutely wrong only when method is almost completed. This is applicable when I write something like this at work:
for(Item item : items) {}
or like this at my spare time:
foreach(Item item in items {}
That’s funny, it’s not actually annoying, it’s pure fun, I like […]