|
|
|
|
|
by wasd884
2832 days ago
|
|
Dynamic types weren't a mistake, but they were overused IMO. It's technically scripting, not programming, but can you imagine if Bash files were type hinted? For small scripts, solo projects or quick fixes, dynamic typing is great because it's fast! On the flip side, large codebases should (on the whole) not use dynamic types because of all the safety they fail to provide! As you said, most dynamically typed languages are moving towards some sort of type hinting and that's because high quality developers demand it when working on medium to large projects. |
|
Nope. Dynamic types have nothing to do with scripting vs programming. What a nonsense!
Sorry I had to:).