This post originated from an RSS feed registered with Ruby Buzz
by Vincent Foley.
Original Post: Weak vs strong typing
Feed Title: Uncentered Mind
Feed URL: https://gnuvince.wordpress.com/feed/?cat=2
Feed Description: I ramble, you call me names, we have fun!
Read this nice article for a nice comparaison of weak and strong typing. He seems to freely interchange static and strong typing and dynamic and weak typing, but I can forgive that, because the article is pretty good.
Summary: dynamic typing makes most tasks faster and easier to code, but being able to optionally declare [...]