News Feed
Jobs Feed
Sections




News Archive
php|architect Blog:
Less Code isn't Always Better
May 03, 2010 @ 13:16:59

On the php|architect blog Keith Casey has a new post that suggests something a bit counterintuitive to what a lot of developers think about their code - less code isn't always better.

Everyone says "I could build that in an afternoon/weekend/marathon session of caffeine-fueled code-debauchery" but to actually do something well, unsurprisingly, it usually takes longer.

He gives an example of this forum script that's under 1KB of code (949 bytes or so) and has some of the basic features of any forum software out there. Keith talks about the software - the features included, the included security, how it uses quotes to its advantage and how it only uses the basic functionality of PHP to make it all work.

Keith also includes a few criticisms of the code like how it uses short tags, the lack of linebreaks, using $_REQUEST and a few more.

To be blunt, it's not pretty and doesn't have many features, but honestly, I fluctuate between terrified and impressed by the feat. [...] More than anything, it's refreshing and fascinating to see what someone can do when they set clear, simple, direct priorities and focus exclusively on those.
0 comments voice your opinion now!
less code opinion forum example


blog comments powered by Disqus

Similar Posts

Chris Shiflett's Blog: PHP Security by Example

Padraic Brady's Blog: Zend Framework Blog Tutorial - Part 7: Authorisation with Zend_Acl & Styling

FlashFlex.com: A survival guide to building a successful open source project.

Kamran Usman's Blog: Zend is going the Wrong Way I think

Richard Thomas' Blog: Two More Solar Shorts


Community Events











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


language framework interview development podcast introduction series opinion unittest zendframework2 functional community release conference rest usergroup testing phpunit database symfony2

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