"Premature optimization is the root of all evil" Donald Knuth 1. Make it work. Following the KISS principle, and developing the minimum features needed for the first release. 2. Look for the problems that pop up (Any thing that the customer think its a problem, not you). 3. Fix these problems only.
In other words, don't try to fix problems you don't have it will not reduce the problems you will have, actually most of the time it will raise some more. If you are developing a life saving software forget all I wrote above and develop in C++. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
