Tagged Questions
4
votes
5answers
411 views
Static/strong typing and refactoring
It seems to me that the most invaluable thing about a static/strongly-typed programming language is that it helps refactoring: if/when you change any API, then the compiler will tell you what that ...