Posts Tagged monkey patch

Monkey Patches, friend or foe?

MetaProgramming (which means writing programs for the sake of modifying running programs), is commonplace in languages such as Python and Ruby. It often becomes evident that the work you need to do could easily be accomplished by introducing additional functionality at runtime. Monkey Patching, a concept within MetaProgramming, is a very hot topic in the [...]

, , , ,