Re: [nyphp-talk] Code Reviews

2010-01-05 Thread Peter Becker
Tom - Thanks for the clarification and not seen as argumentative (at least by me). Tom Melendez wrote: Hi Folks, We do have a style guide, defined and documented directory structure and naming convention. My objective(s) in the review is to ensure that conventions are being maintained (ea

Re: [nyphp-talk] Code Reviews

2010-01-05 Thread Tom Melendez
Hi Folks, > We do have a style guide, defined and documented directory structure and > naming convention.  My objective(s) in the review is to ensure that > conventions are being maintained (easy to get lax in and nothing that would > ever show up in testing), and that coders (and testers) stay at

Re: [nyphp-talk] define variables versus assigned variables

2010-01-05 Thread David Mintz
On Sun, Jan 3, 2010 at 7:48 AM, wrote: > Hello Eddie, > > Sunday, January 3, 2010, 3:25:22 PM, you wrote: > > > The primary difference between a variable and a constant is > > mutability. If your database authorization details are not going to > > change, make them constants. If your database d