|
|
|
|
|
by DoofusOfDeath
2960 days ago
|
|
> Java's verbosity made us all hate type systems in the early 2000s so many of us migrated to dynamic languages such as Python, Ruby in the mid 2000s that allowed us to work fast and loose and get things done. You may be overgeneralizing, depending on whom you mean by the term "we". More often than not, the code I've written has to be very well trusted when deployed. For me, "getting things done" means getting to effective and trustworthy code ASAP. Static type systems have been invaluable for that work. |
|