Hacker News new | ask | show | jobs
by sparkie 4963 days ago
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.
1 comments

The framework documentation is very good in that regard, though.