Jun 30, 2009

Coding - worst practices

How NOT to code:

1. Don't mix Logic,Data and Presentation in the same file.
Example:
Notice the DB connection, the PHP codes, and the HTML all tangled...

No comments:

Post a Comment