19.1 The design processThis is NOT the latest copy of this book; click here for the latest version.
The basic act of programming is rarely as simple as just sitting down and typing for many people - some people like to think over a coffee, some like to sketch out large flow charts and sequence diagrams, and some have their own ideal programming environment set up in their study. But the act of programming is really just only one small part of the application development lifecycle, and to be a successful programmer you need to at least understand where the other parts of the lifecycle fit in.
The easiest way to remember the parts of our lifecycle is using the mnemonic ADDIM, which stands for Analysis, Design, Development, Implementation, and Maintenance. While all parts are definitely important, the bias is towards the first four.
|
Want to see this stuff in print? PHP in a Nutshell takes the core topics covered here, adds in thousands of edits from the editorial team and myself, and combines them to make an unbeatable reference for PHP programmers at all levels.
My latest book has hundreds more tips on how to use PHP, Apache, and MySQL, plus Perl, Python, shell scripts, performance tuning, and more!
|