|
|
|
|
|
by lelanthran
777 days ago
|
|
I've not used C# in recent years. While I actually liked the language, it's complexity is increasing with diminishing returns. There's no point in getting to a complexity level of, for example, C++ for any language - people who want such levels of complexity will be happy to use C++. |
|
I don't think you could reasonably compare the two in amount of tacit knowledge one has to posses to avoid all kinds of footguns and get best results. The rule of thumb today for C# is to go with simplest way to do something and don't ignore IDE/analyzers' suggestions or warnings. A lot of focus has been put on terseness and simplicity.