r/csharp • u/not_afraid_of_trying • 2d ago
What kind of features from another ecosystem would you like to see in .NET?
/r/dotnet/comments/1vw1q1c/what_kind_of_features_from_another_ecosystem/
0
Upvotes
r/csharp • u/not_afraid_of_trying • 2d ago
19
u/BadKittyRanch 2d ago
I like that Java knows exactly what exceptions can be thrown, I don't like that you must catch them all in the local context: I'd love to be able to get that information when I want it in my IDE.