Hacker News new | ask | show | jobs
by khebbie 4960 days ago
Agree completely

C# 11 years of experience

1 comments

There's an huge requirement for comments in C# that isn't needed in java - that of describing what exceptions a method may throw. This is probably also the place where comments are ignored most of the time too - I literally cannot count the number of times I've seen programmers failing to catch obvious exceptions, even in the framework libraries.
The framework documentation is very good in that regard, though.