Hacker News new | ask | show | jobs
by kaonashi 5190 days ago
>Is monkey-patching still considered cool in the Ruby community?

It can be useful in your particular project to overcome library incompatibilities, but it probably shouldn't be used in library/framework code.