Re: [PHP] coding practices

2001-09-15 Thread Julio Nobrega Trabalhando
I am the type of guy that sits and code. But now I am working on a company where we sell systems to large financial entities. So, I have now to make 'prettier' stuff for high executives understand. -- Julio Nobrega A hora está chegando: http://toca.sourceforge.net "Ninety-Nine Ways To Die" <[

Re: [PHP] coding practices

2001-09-15 Thread Ninety-Nine Ways To Die
I generally was just diving in immediately... because I was using it for smaller projects less than 1k lines of code... but now that I am building everything in PHP and becoming more proficient, and writing programs with 5k + lines of code, I am discovering a need to write at least a basic plan

[PHP] coding practices

2001-09-15 Thread Scott Parks
Hello- This may sound like an odd question, but I am curious about everyone's coding techniques when it comes to web projects. Do you still down and plan everything out, database connectivity, tables, etc or do you just dive in and do it? I am more of a guy who just drives in and goes to work