Monthly Archives: March 2008

PHPDeveloper.org Moves To Solar

After using the Zend Framework for a while, Enygma at phpdeveloper.org decided it was time for a change. The site is now powered by Solar. Thanks, Enygma!

Posted in PHP, Solar | 5 Comments

Line Length, Volume, and Density

When it comes to coding style, there are are various ideas about how you should write the individual lines of code. The usual argument is about “how long should a line of code be”? There’s more to it than that, though. Developers should also take into account line volume (“number of lines”) and line density (“instructions per line”). Continue reading

Posted in PHP | 30 Comments