Extending PHP 5.3 Closures with Serialization and Reflection
By Jeremy Lindblom on January 28th, 2010
Our developer examines Closures in PHP 5.3
Our developer examines Closures in PHP 5.3
We look at clickthrough rates from Twitter and Facebook and see how they compare.
A language lives and dies by how easy it is for a person to express something within that language. But the ease in expression is much like the type I and type II error rate in a statistical test: as you adjust one to be nearer to where you want it to be, the other [...]
Brandon discusses some helpful principles of project management, from the developer’s point of view.
Edgar takes an excruciatingly detailed look at code reuse and recycling. He examines when to just say no and how to best build for reuse, along with the pitfalls and successes you’ll stumble upon along the way.
There is considerable confusion on the internet about the proper placement of complex business logic when using the MVC pattern. In this post, we look at another pattern we can use to solve this problem in an elegant way.