|
|
|
|
|
by zwieback
5528 days ago
|
|
I agree. I think the author does understand the difference between scope, object lifetime and manual/GC object management. The article is clearly written for pogrammers coming from C++ to C#, which there are a lot of, including myself. I like both C++ and C# a lot but have to admit that managing object lifetime in C# is one of the things I really dislike. There's the suggestion that RAII is reasonable in C# but for me always ends up being a headache. |
|