Pragmatic Uses of Monkey Patching in JavaScript
September 14, 2016Have you ever worked with third-party code that worked well except for one little thing that drove you nuts? Why did the creator forget to remove those pesky console logs? Wouldn’t it be great if that API call could do just one more thing? If so then you know it can be difficult (or impossible) to get your change...
Recent Comments