Safe monkeypatching
Ruby is the language of monkey patching. It’s almost impossible to avoid it in a huge Rails app. And still, there are good and bad ways to add a monkey patch.
In my post, I outline ways to use monkey patching without harm.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Ruby is the language of monkey patching. It’s almost impossible to avoid it in a huge Rails app. And still, there are good and bad ways to add a monkey patch.
In my post, I outline ways to use monkey patching without harm.
Post a comment