News Feed
Jobs Feed
Sections




News Archive
Perforce Software:
Seven Pillars of Pretty Code
April 23, 2010 @ 12:08:43

As linked to by Paul Jones there's an interesting whitepaper that's been published by Perforce Software about what they see as the Seven Pillars of Pretty Code.

The essence of pretty code is that one can infer much about the code's structure from a glance, without completely reading it. I call this "visual parsing": discerning the flow and relative importance of code from its shape. Engineering such code requires a certain amount of artifice to transform otherwise working code into working, readable code, making the extra step to leave visual cues for the user, not the compiler.

The goal of these recommendations isn't to help you structure your code better or to optimize it for the best performance. The goal is to make code that is easy to follow and simpler to read for both the experienced developers and those just coming in.

Their suggestions include making the code blend in, keeping the code "untangled", including plenty of comments and reducing clutter overall.

1 comment voice your opinion now!
suggestion clean code opinion


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: Should You Close Your PHP Code Tags?

Hartmut Holzgraefe's Blog: PHPReboot Braindump

Jani Hartikainen's Blog: 5 ways how PHP is better than Node.js

Chris Aitchison's Blog: You are NOT a Software Engineer!

Reddit.com: Zend2 vs Symfony2


Community Events











Don't see your event here?
Let us know!


zendframework2 functional unittest tool composer testing language development introduction community podcast api release interview code series opinion example conference framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework