Subscribe to
Posts
Comments

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 my job and I like what I’m doing in my spare time :).

Leave a Reply