10 signs to identify crap PHP project
Useful article on 10 useful signs to identify crappy PHP project. A summary list,
- The software tries to reinvent the object model, or “fix” language features.
- The code includes user defined global variables
- Scattered HTML and SQL
- Classes do too much
- Lots of properties are public or lots of properties are static
- Multiple levels of inheritance
- The authors try to use Design Patterns
- The software messes with the error level
- In the code base, there is a directory called “core”
- The software uses it’s own template language.
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.















