Dynamic languages are an anti-pattern
https://news.ycombinator.com/item?id=3242364I'm starting to think that it's much more difficult to write maintainable dynamically-typed code than it is to write maintainable statically-typed code. Many of the bugs I've been fixing lately would have caused type errors in a statically typed language.