I ran across an interesting series of blog posts by Karsten Wagner claiming that OOP is dead (part 2 and part 3). The premise behind these posts is that OOP has failed to deliver and that it is on the decline in favor of more functional or meta programming techniques. Maybe its true [...]
OOP is Mature, not Dead
January 7th, 2007php|architect Test Pattern
March 21st, 2006The March issue of php|architect came out yesterday. I’m excited to see this issue finally out. I’ve taken over writing the monthly Test Pattern column from Marcus Baker and this issue contains my first column.
Writing doesn’t come easy to me. Writing this blog for the past two years has helped me improve. [...]
Building a culture of objects in PHP
January 13th, 2006This is a follow up post to Why isn’t PHP the natural successor to Java?
Joshua Eichorn (among others) notices that active record can’t work as shown in the Zend Framework webcast. The syntax presented during the web cast is not possible in PHP because of inherited static methods are treated. Mike Naberezny notes [...]
Language Peeves
November 6th, 2005Phil Ringnalda grinds his teeth when people say depreciated instead of deprecated. I know how he feels. The one that bothers me is hearing people say orientated instead of oriented, as in “object orientated.”
Why isn’t PHP the natural successor to Java?
September 29th, 2005Loud thinking declares that Java has lost its aura of invincibility. Jason Hunter sums it up nicely:
Ruby on Rails today looks poised to eat Java’s mindshare on the web tier. If not Rails, then something else.
It does seem like Java’s mindshare is on the decline, along with sun’s fortunes. There is some evidence that [...]