Tagged Questions
18
votes
4answers
1k views
Static/Dynamic vs Strong/Weak
I see these terms banded around all over the place in programming and I have a vague notion of what they mean. A search shows me that such things have been asked all over stack overflow in fact. As ...
9
votes
4answers
4k views
Can someone tell me what Strong typing and weak typing means and which one is better?
Can someone tell me what Strong typing and weak typing means and which one is better?
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 ...