Posts marked with “code”

PHP 5.3 namespaces for the rest of us

by · March 29, 2010

14
 

The introduction of namespaces in PHP 5.3 is bringing a new concept in the PHP world, and knowing how to leverage the new features is important for writing concise and readable code.

 

Programming: you're doing it wrong

by · March 10, 2010

25
 

Software development is the land of egos and opinions—and it seems that, no matter how bad we try, we’re always doing things the wrong way. But why?