how to write better code
December 21st, 2002Writing good, clean PHP code isn't hard. One just needs a few simple guidelines.
Start every project by building a "Model".
Before you even consider what it will look like, or even think of one snippet of HTML, think of what your program will actually do. Then, begin to write small snippets of code that do those [...]
Read the rest of this entry »