Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The main advantage of typing is, for me, IDE showing errors as you type and better autocomplete, and they serve as documentation also (Of course you should read docs but types are helpful as quick reminder.)

Maybe I am just more absent minded than most dynamic programmers, but live IDE diagnostics and autocomplete are very important for me.



Don't we have support for most of this in language plugins for Python in vscode et al, already?


It's not as accurate or satisfactory in my experience. For example I get errors after running in python, which could be detected in statically typed languages while typing in IDE. Autocomplete is also less than optimal. As for autocomplete intellij IDEs > LSPs for typed languages > Untyped languages IME.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: