Comment by ttty
6 years ago
No need to scroll. If you use a modern ide you can just hold Ctrl and hover the variable with your mouse.
6 years ago
No need to scroll. If you use a modern ide you can just hold Ctrl and hover the variable with your mouse.
That still wouldn't work for dynamically typed languages.
Maybe not something like Lisp but languages such as JS, Python, and Ruby have advanced enough tooling available that would easily identify this.
That's why the claim that it's an advantage of statically typed languages.