logoalt Hacker News

mcapodiciyesterday at 4:49 PM1 replyview on HN

Static typing is very useful and time saving. I can rename something, knowing my IDE can propogate the change. I can call a function and know what it expects, not just "a thing, hope they added a comment so I know what type/shape wont blow it up!".

Here I am talking about the basic static typing, and maybe some generics use occasionally, but obviously people also go overboard sometimes with type features and that hinders understanding for newcomers to the codebase.


Replies

topaz0yesterday at 10:25 PM

Appreciating that there are some benefits is differwnt from adhering to the church