Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Paul Jones' Blog:
Line Length, Volume, and Density
Mar 11, 2008 @ 14:33:00

In a new blog post, Paul Jones looks at three aspects of coding style - line length, volume and density - and how different people have different assumptions as to what's "right".

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

He mentions the PEAR style guide when talking about line length, reading code like and sentence in line volume/density and how the "shorter is better" concept can be pushed to its extreme limits taking code into the unreadable zone.

tagged: coding standard style volume length density

Link:


Trending Topics: