Hacker News new | ask | show | jobs
by rubyfan 367 days ago
Can you elaborate on why you think method_missing is bloat?
1 comments

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.