News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes' Blog:
Have a 'Strategy'
May 16, 2012 @ 10:42:29

In response to this suggestion from Alessandro Nadalin about using the "Strategy" design pattern to replace a switchChris Hartjes has this new post sharing his opinion of "the right way" do it it.

Once I realized what he was doing, I realized that the Strategy pattern was applicable in this case…but his chosen example was dumb and one that I wouldn't have used to demonstrate things. As expected, he told me to supply a sample of a better way. I did, telling him that the sample would be better if he didn't mash the logging level together with the message.

Included in the post is sample code, first showing the initial version of the logging class, complete with accompanying tests. Following that, he shows how to refactor it into something using the Strategy pattern, replacing the logging type switch statement with protected methods for each logging message type (critical, notice, etc).

0 comments voice your opinion now!
strategy designpattern refactor logging unittest


blog comments powered by Disqus

Similar Posts

Jacob Santos' Blog: What is your C.R.A.P. Index?

Patrick Allaert's Blog: Readable PHP code #1 - Return ASAP

Sebastian Göttschkes' Blog: Using vsfstream (with symfony2)

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

Michael Nitschinger's Blog: Session Encryption with Lithium


Community Events











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


zendframework2 language phpunit introduction testing interview example unittest tool series release functional framework application code podcast opinion community conference development

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