10 signs to identify crap PHP project

Useful article on 10 useful signs to identify crappy PHP project. A summary list,

  1. The software tries to reinvent the object model, or “fix” language features.
  2. The code includes user defined global variables
  3. Scattered HTML and SQL
  4. Classes do too much
  5. Lots of properties are public or lots of properties are static
  6. Multiple levels of inheritance
  7. The authors try to use Design Patterns
  8. The software messes with the error level
  9. In the code base, there is a directory called “core”
  10. The software uses it’s own template language.
Share and Enjoy:
  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • LinkedIn
  • NewsVine
  • Reddit
  • RSS
  • Slashdot
  • StumbleUpon
  • Technorati
  • Twitter
  • Yahoo! Bookmarks

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>