|
|
|
|
|
by jimmaswell
1241 days ago
|
|
> C# has gotten too complex as a language, with so many features. I really wouldn't say so. All the new features are convenient and easy to understand, especially if you have Visual Studio to teach them to you (type if (x == null) x = new .. and you get a popup to transform it into the new operator). It's not a zoo like C++. |
|