ruby 工作有一年多了,前些天用 method_missing,和钩子方法 帮公司做了一些东西,哈哈,第一次用元编程为公司做些给所有人用的东西,内心还是比较开心的
什么场景?是 proxy 的话,能用 delegate 的地方就别用 method_missing 了。不过 method_missing 用在 json 上面倒是很常见,jbuilder 里也用了。
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live