Hacker News new | ask | show | jobs
by turtles3 1029 days ago
I'll add that C# also has using statements that dispose the object when the current scope exits (including if it exits due to an exception) this significantly cuts down on ugliness .