Comment by rubyfan Comment by rubyfan a day ago 1 reply Copy Link View on Hacker News Can you elaborate on why you think method_missing is bloat?
Copy Link Hnus a day ago Collapse Comment - As another commenter said,> it’s about your taste and philosophy.Personally, method_missing goes against both of mine. It makes programs harder to reason about, more difficult to debug, and nearly impossible to `grep`. That said, I understand that this kind of flexibility is what some people like. I just don’t. Reply View | 0 replies
As another commenter said,
> it’s about your taste and philosophy.
Personally, method_missing goes against both of mine. It makes programs harder to reason about, more difficult to debug, and nearly impossible to `grep`. That said, I understand that this kind of flexibility is what some people like. I just don’t.