ELI5: Explain Like I'm 5

Monkey patch

Monkey patching is when you change the behavior of a piece of code without changing the original code itself. It's like giving a monkey a patch of fabric to cover a hole in their clothes - you don't need to sew the patch in, you can just stick it on! In coding, the patch is a code change you make to an existing codebase that allows it to do something differently than it was originally designed to do.