Also very true.
Sincerely,
Maxim Maletsky
Founder, Chief Developer
www.PHPBeginner.com // where PHP Begins
-Original Message-
From: Jason Wong [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 22, 2002 6:50 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Better standards in PHP
On Monday 22 April 2002 08:07, Maxim Maletsky wrote:
> I think standardization within the company is what important.
>
> I prefer tabs because when I have to delete a part of the line, I just
> hit back button once - not four times.
I prefer an editor which allows me to tab using spaces and to de
2002 1:57 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP] Better standards in PHP-coding
>
> (Just got back from the weekend)
>
> Just my 2c worth
>
> IMHO, as long as the code is indented "properly", it doesn't matter
where
> the braces are, just be
> From: Martin Towell [mailto:[EMAIL PROTECTED]]
> So what I'm basically saying is - choose a style that suits you, and be
> _consistant_ with it - oh, and make sure you indent your code, there's
> nothing worse than trying to read code that's not indented, or
> indented all
> over the place!
not indented, or indented all
over the place!
Martin
-Original Message-
From: Tom Rogers [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 21, 2002 9:10 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Better standards in PHP-coding
Hi
I like the following form, not sure how much time gets wasted i
ROTECTED]]
> Sent: 21 April 2002 02:52
> To: [EMAIL PROTECTED]
> Subject: [PHP] Better standards in PHP-coding
>
>
>
> "The nice thing about standards is that there are so many to
> choose between".
>
> Subject: Uses of block markers in coding
>
> GNU reco
Hi
I like the following form, not sure how much time gets wasted in parsing
but it's easy > for me < to follow :)
while(something):
if(something else):
yada;
else:
forget it;
endif;
endwhile;
Tom
At 11:51 AM 21/04/2002, Frank wrote:
: [EMAIL PROTECTED]
: ABN: 64 235 749 494
: QUT Student :: 04475739
:::
- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 21, 2002 5:53 PM
Subject: Re: [PHP] Better standard
On Sunday 21 April 2002 11:26, The_RadiX wrote:
> Hard in email to show as the character spacing is not equal like good text
> editors..
Set your mail client to use a fixed width font -- Lucida Console is my
preferred font.
--
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open So
Change "terrible" to "readable" and I agree completely!
A carriage return and tab is the same size as two space-bar spaces, but is MUCH easier
to read.
It's when you're going through someone ELSE's code that you start to appreciate things
being all clearly spaced out with all nested things in
Sorry double posting..
Yes.. that's right Michael..
Both styles are correct and are parsed exactly the same..
They obviously both are part of the specifications of the PHP interpretor and
structure OTHERWISE they wouldn't work would they? :P
And yes, it's to do with what is more comfor
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, April 21, 2002 1:22 PM
Subject: Re: [PHP] Better standards in PHP-coding
> Mark Charette wrote:
> > Hehehe. And I thought the OTBSW (One True Brace Style Wars) had passed
into
> > memory back some 10 or 15 years ago! Lo! They resurface
OTECTED]>
> Sent: Sunday, April 21, 2002 11:51 AM
> Subject: [PHP] Better standards in PHP-coding
>
>
>
> "The nice thing about standards is that there are so many to choose
> between".
>
> Subject: Uses of block markers in coding
>
> GNU recommends a st
Mark Charette wrote:
> Hehehe. And I thought the OTBSW (One True Brace Style Wars) had passed into
> memory back some 10 or 15 years ago! Lo! They resurface yet again! 30 years
> in this business and still I hear them argue.
>
> Perhaps a cb style program for PHP so people can write any blasted s
Hehehe. And I thought the OTBSW (One True Brace Style Wars) had passed into
memory back some 10 or 15 years ago! Lo! They resurface yet again! 30 years
in this business and still I hear them argue.
Perhaps a cb style program for PHP so people can write any blasted style
they feel like and then ha
"The nice thing about standards is that there are so many to choose between".
Subject: Uses of block markers in coding
GNU recommends a standard with block-markers aligned under each other and a
number of people - including myself - find it senseless and
counter-progressive to keep up an olde
16 matches
Mail list logo