Re: Re: [PHP] Re: Code should be selv-maintaining!

2011-08-29 Thread Tim Streater
On 29 Aug 2011 at 21:32, George Langley wrote: > "The One True Brace Style": > > > > Didn't know there was a name for the way I learned to indent! Make sense to me > - looks so much cleaner and less scrolling/printing. > And, I already add a comm

Re: [PHP] Re: Code should be selv-maintaining!

2011-08-29 Thread George Langley
"The One True Brace Style": Didn't know there was a name for the way I learned to indent! Make sense to me - looks so much cleaner and less scrolling/printing. And, I already add a comment to confirm the end brace: } // end if($myVar) to clar

Re: [PHP] Re: Code should be selv-maintaining!

2011-08-29 Thread Robert Cummings
On 11-08-29 04:05 PM, Richard Riley wrote: Robert Cummings writes: On 11-08-29 03:42 PM, Rico Secada wrote: You go into your homemade library of code to re-use some piece that you already are using 12 other places in production. Now, last time you worked on the code you thought it was almost