|
|
|
|
|
by lostmsu
1704 days ago
|
|
Hm, the reason I am still in .NET is that whenever I try to move to something else, the productivity suffers immeasurably: - Most of the stuff outside of .NET, Java pair suffers from lack of refactoring tools, and are therefore unsuitable for sufficiently large projects. The exceptions are TypeScript (which is OKish, but lacks performance) and Go (which is tailored for web dev and has a few major drawbacks as programming language). - Most non-dynamic languages apart from .NET, Java, and C++ have very limited debuggers. |
|