Re: [PHP] Tutorial on proper code formating

2002-04-11 Thread Ninety-Nine Ways To Die
Yeah I know from my code, which often is just bs project, that with nesting lotsa crap it's a lot easier to follow the Original Method of: for($i=0;$iOn Friday 12 April 2002 02:50, Kevin Stone wrote: > >> On the other hand the Inline Method is clean. You can see at a glance >> where each block

Re: [PHP] Tutorial on proper code formating

2002-04-11 Thread Erik Price
On Thursday, April 11, 2002, at 02:13 PM, Analysis & Solutions wrote: > Uch! Uch! Uch! I don't like their nesting ideas: >if (condition) // Comment >{ >} >else // Comment >{ >} Neither do I -- that doesn't look too easy to read

Re: [PHP] Tutorial on proper code formating

2002-04-11 Thread Jason Wong
On Friday 12 April 2002 02:50, Kevin Stone wrote: > On the other hand the Inline Method is clean. You can see at a glance > where each block begins ends. But it is not compact. It spreads the code > out over many lines. I recommend this method for modern programmers coding > on large screens.

Re: [PHP] Tutorial on proper code formating

2002-04-11 Thread Robert Cummings
My vote goes to the inline method which I am the only one to use where I work :( But it is far cleaner even if it is less compact. Cheers, Rob. -- .-. | Robert Cummings | :-`. | Webdeployer - Chief PHP and Java Programmer | :--

Re: [PHP] Tutorial on proper code formating

2002-04-11 Thread Kevin Stone
Sent: Thursday, April 11, 2002 12:13 PM Subject: Re: [PHP] Tutorial on proper code formating > On Thu, Apr 11, 2002 at 01:33:40PM -0400, Erik Price wrote: > > > > http://utvikler.start.no/code/php_coding_standard.html > > Uch! Uch! Uch! I don't like their nesting ide

Re: [PHP] Tutorial on proper code formating

2002-04-11 Thread Analysis & Solutions
On Thu, Apr 11, 2002 at 01:33:40PM -0400, Erik Price wrote: > > http://utvikler.start.no/code/php_coding_standard.html Uch! Uch! Uch! I don't like their nesting ideas: if (condition) // Comment { } else // Comment { } This is the stan

Re: [PHP] Tutorial on proper code formating

2002-04-11 Thread Erik Price
On Thursday, April 11, 2002, at 01:25 PM, Jennifer Downey wrote: > Hi all, > > Could someone point me to a tutorial on the proper way to format code. > To > make it more readable. http://utvikler.start.no/code/php_coding_standard.html Erik Price Web Developer Temp Media Lab, H.H. Br

[PHP] Tutorial on proper code formating

2002-04-11 Thread Jennifer Downey
Hi all, Could someone point me to a tutorial on the proper way to format code. To make it more readable. TIA Jennifer --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.344 / Virus Database: 191 - Release Date: 4/2/2002 -- PHP