Monkey patch

Monkey patch is the act of dynamically modifying the runtime code (not the source code) of a dynamic programming language, and it is the information (data/code) used to modify the runtime code. Monkey patching adds or replaces programming aspects like methods, classes, attributes, and functions in memory.

Source: Wikipedia — Monkey patch (CC BY-SA 4.0)

Monkey patch

Monkey patch is the act of dynamically modifying the runtime code (not the source code) of a dynamic programming language, and it is the information (data/code) used to modify the runtime code. Monkey patching adds or replaces programming aspects like methods, classes, attributes, and functions in memory.

Source: Wikipedia "Monkey patch" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy