|
|
|
|
|
by AndrewDucker
5333 days ago
|
|
Statically typed languages are favoured when you're working on a team with 40 other developers and you want the idiotic changes being made 5 desks over to break before they check in, not after you've pulled their changes. Autocomplete also makes life staggeringly easier, as do strong refactoring tools. Not having to deal with memory management is also a big plus. When you put those requirements together you end up with C#/Java. Which is why a fair number of places whack together UIs in C# and server side code in Java. |
|