logoalt Hacker News

wolvesechoestoday at 4:00 PM1 replyview on HN

Many such churches.

Substitute static typing for TDD in your comment, and it will remain equally valid statement.


Replies

mcapodicitoday at 4:49 PM

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.

show 1 reply