Archive for March, 2008

PHPDeveloper.org Moves To Solar

Wednesday, March 12th, 2008 (13:58)

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!

Line Length, Volume, and Density

Sunday, March 9th, 2008 (16:13)

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”).