Monkey patching is reopening the existing classes or methods in class at runtime and changing the behavior through replacing methods with updated, “
Tag: monkey patching

Episode #432: Uniform Abstraction Level
Having model attributes at different levels of abstraction can quickly complicate an application. In this episode, we'll level the playing field.

Episode #431: Exceptional Value
In this sequel to #430, we apply a powerful pattern for encapsulating problem values.

Episode #123: Removing Debug Output
Have you ever had a project that spat out so much deubg output when it ran that you couldn't tell when it had a legitimate error or warning to report? …