monkey patch
Definition from Wiktionary, the free dictionary
Contents |
English [edit]
Alternative forms [edit]
Noun [edit]
monkey patch (plural monkey patches)
- (programming, neologism) A patch which alters the behaviour of a program by forcefully overriding aspects of the original code at runtime.
Verb [edit]
monkey patch (third-person singular simple present monkey patches, present participle monkey patching, simple past and past participle monkey patched)
- (programming, neologism) To alter the behaviour of a program by forcefully overriding aspects of the original code at runtime.
- 2007, Philip C. Plumlee, Test Driven Ajax (on Rails):
- Even though that works with some browsers, others provide Anchor objects without
click()methods. Add this magic code to yourapplication.js, to Monkey Patch a JavaScriptclick()event:
- Even though that works with some browsers, others provide Anchor objects without
- 2007, Philip C. Plumlee, Test Driven Ajax (on Rails):