|
|
|
|
|
by youerbt
1647 days ago
|
|
There is this phenomenon, when people confuse upgrade over previous iterations, with the hottest shit ever. I think this has happened with Java style OOP. It came in existence to fix some things, became "the way to do programming", but honeymoon is over now. We might see it happening now with gradual typing. Dynamically typed languages are being upgraded with some static typing, and you can see comments popping on HN how this is actually the best way of writing programs. Rust is in this category and a dose of skepticism is always welcomed. |
|
(Good) static typing is the single most useful thing of any programming language. A large, disorganized project in Java is far better than the same thing in Python or Ruby.