The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Exellent code writing tips

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Forum One

Posts: 118
Nickname: forumone
Registered: Sep, 2004

Forum One is consulting firm specializing in helping non-profits improve their online presence.
Exellent code writing tips Posted: Aug 25, 2005 7:27 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Forum One.
Original Post: Exellent code writing tips
Feed Title: Syntax Framework
Feed URL: http://blog.syntaxcms.org/rss.php?version=0.91
Feed Description: Finally, a place to answer Syntax questions
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Forum One
Latest Posts From Syntax Framework

Advertisement

This is a must read: Six deadly PHP sins. Its a perfect summary of practices to avoid if you want your code to be maintainable and usable to someone 2 weeks from now. It's also nice to be able to say that we avoid all of those practices in our code for SyntaxCMS. It maybe over-engineered in some parts, uses eval's in a few spots (though I tried to remove those but couldn't), and it does use Smarty for just one thing, but it does seperate logic from presentation pretty well, abstract out working with the database, and functions are organized rationally into classes.

Sandy points out that the article needs spell checking but other than that you should set aside 3 minutes to read it.

Read: Exellent code writing tips

Topic: Iterator Article in July php¦architect Previous Topic   Next Topic Topic: Pearified Starts PEAR Channel List

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use