News Feed
Jobs Feed
Sections




News Archive
David Zentgraf:
How Not To Kill Your Testability Using Statics
December 05, 2012 @ 11:57:33

If you've been around PHP for any length of time, you know about the static functionality and keyword that the language offers. You might have used it in the past for a few things, but maybe you're not 100% sure of how to use it right. If this describes you, you should check out this article from David Zentgraf for a great summary of their use and how to not kill the testability of your application by using them,

"Class Oriented Programming" is what people do when they write classes which are all static methods and properties and are never once instantiated. I'll try to explain why this adds virtually nothing vis-a-vis procedural programming, what these people are really missing out on by ignoring objects and why, against all odds, statics don't automatically kill testability. While this article focuses on PHP, the concepts apply equally across many languages.

He talks about code coupling, expectations when using static classes/methods and how it seems a little too similar to some of the procedural PHP we all started out writing. He ponts out that most static method calls are more like function calls than true OOP methods and that their dependencies are a bit more difficult to manage. He suggests that statics are really only good for one kind of thing - dealing with already static data and "utility methods" operating on given data.

0 comments voice your opinion now!
static method testability function method oop


blog comments powered by Disqus

Similar Posts

Community News: Terry Chay Speaking at SF PHP Meetup in February

PHP and Me Blog: How to Type Less $this in PHPUnit

DotVoid.com: Reordering nested sets using PHP and Javascript

Evert Pot's Blog: Preventing XSS in Javascript strings

PHPBuilder.com: Displaying Dynamic Progress Bars


Community Events











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


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

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