Hacker News new | ask | show | jobs
by xtracto 540 days ago
Smells like Ruby to me haha. I know is not the language, but for some reason the ruby code I've stumbled into are all like that.
1 comments

To me it sounds like what I use Ruby to get away from.

It's rare to need facades, proxies, and shims in a dynamically typed language where the caller doesn't need to care about the type of the object they call.

In fact, most of the Gang of Four design patterns either make no sense in Ruby or are reduced to next to nothing.