Re: [nyphp-talk] Programming Standards

2007-11-19 Thread Tom Melendez
On Nov 19, 2007 7:05 AM, David Krings <[EMAIL PROTECTED]> wrote: > Urb LeJeune wrote: > > It all depends upon you philosophy of programming. To most > > people a good program is one that works. To me a good program > > has three important characteristics: > > > > 1. It does what the specifi

Re: [nyphp-talk] Programming Standards

2007-11-19 Thread David Krings
Urb LeJeune wrote: It all depends upon you philosophy of programming. To most people a good program is one that works. To me a good program has three important characteristics: 1. It does what the specifications require under all circumstances. 2. It is efficient in the use of resources,

[nyphp-talk] Programming Standards

2007-11-19 Thread Urb LeJeune
If it's one or two lines, a function can be more distracting than it's worth. Until you find an error in those lines, or you need to add an extra line. It all depends upon you philosophy of programming. To most people a good program is one that works. To me a good program has