News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes' Blog:
Monkey-patching Is for Closers
July 16, 2012 @ 09:09:51

In this new post to his blog Chris Hartjes looks at why "monkey patching is for closers" - how it should be avoided in favor of making the code itself more testable rather than "hack" with the patching.

The use of monkey-patching is extremely prevalent in the Ruby community and also to a certain extent in Python usage. I'm not going to go into length about their use of it except to say that it seems quite common and I think most developers are using it as a shortcut to counter what might be poor code architecture decisions.

He includes some example code, excerpted from a blogging system where runkit was originally use to test its functionally. He shows how some simple refactoring (adding input parameters, replacing a static method call, etc) makes it easier to unit test. Comments to the post include further refactoring ideas as well as a response from the original "offender" whose post sparked Chris' response.

0 comments voice your opinion now!
monkey patch modify runkit unittest refactor


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Use PHPUnit to Implement Unit Testing in Your PHP Development

Mark Jaquith's Blog: WordPress 2.0.6: Feedburner issue, and fix

Padraic Brady's Blog: Mocks, Stubs, And SimpleTest Wins

Tobias Schlitt's Blog: My first patch to PHP

Chris Hartjes' Blog: Metatesting: Understanding Mock Objects


Community Events











Don't see your event here?
Let us know!


phpunit opinion framework development release interview introduction example community api language series database podcast application functional zendframework2 testing composer code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework