Linked by Thom Holwerda on Tue 15th Jan 2013 21:24 UTC
Thread beginning with comment 549015
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
I am not sure why the bracing is different and I would normally agree with you, except everyone does it that way when you are doing C#.
On of the main things I like about C#/VB.NET is how it cleans up the getters and setters with Properties.
There is one thing I don't like about .NET which I do like about Java is that you have to specify whether you are going to deal with a Exception or let is percolate upwards.
There is one thing I don't like about .NET which I do like about Java is that you have to specify whether you are going to deal with a Exception or let is percolate upwards.
haha yeah, I remember when I first stumbled across that. It completely threw me for ages.
I do agree it's a pretty awsome feature (once I had wrapped my head around what was happening hehe)





Member since:
2007-03-26
I guess that's fair enough then. I guess my extremely limited exposure to C# is shining through here hehe. (not that I haven't coded in other languages that share the same heritage)