Re: [PHP-DEV] dollars and sense.

2004-01-27 Thread Sterling Hughes
> Andrei Zmievski wrote: > >On Tue, 27 Jan 2004, Christian Schneider wrote: > >>Why do you say this? I prefer "foo $bar blah". > > > >Because it's faster. > > Ok, that's interesting but irrelevant for most of my code. Readability > is a higher priority in most cases. > > Thanks for pointing this

Re: [PHP-DEV] dollars and sense.

2004-01-27 Thread Christian Schneider
Andrei Zmievski wrote: On Tue, 27 Jan 2004, Christian Schneider wrote: Why do you say this? I prefer "foo $bar blah". Because it's faster. Ok, that's interesting but irrelevant for most of my code. Readability is a higher priority in most cases. Thanks for pointing this out, - Chris -- PHP Intern

Re: [PHP-DEV] dollars and sense.

2004-01-27 Thread Andrei Zmievski
On Tue, 27 Jan 2004, Christian Schneider wrote: > Why do you say this? I prefer "foo $bar blah". Because it's faster. - Andrei -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] dollars and sense.

2004-01-27 Thread Cesare D'Amico
Alle 11:11, martedì 27 gennaio 2004, Christian Schneider ha scritto: > Ken Tossell wrote: > > pps: don't use "foo $bar blah" -- use 'foo ' . $bar . ' blah'; or > > commas:) > > Why do you say this? I prefer "foo $bar blah". ...let the holy war begin... ;-) -- Cesare D'Amico - boss (@t) cesareda

Re: [PHP-DEV] dollars and sense.

2004-01-27 Thread Christian Schneider
Ken Tossell wrote: pps: don't use "foo $bar blah" -- use 'foo ' . $bar . ' blah'; or commas:) Why do you say this? I prefer "foo $bar blah". - Chris -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] dollars and sense.

2004-01-26 Thread Brad LaFountain
hahahhaha --- Andrei Zmievski <[EMAIL PROTECTED]> wrote: > On Mon, 26 Jan 2004, Michael Hawley wrote: > > Why must variable names begin with $? I can't see any > > real reason, except when signalling a replacement within > > a string (e.g., "... $var ..."). The language would be less > > cumbers

Re: [PHP-DEV] dollars and sense.

2004-01-26 Thread Ken Tossell
On Mon, 26 Jan 2004, Michael Hawley wrote: > Why must variable names begin with $? I can't see any > real reason, except when signalling a replacement within > a string (e.g., "... $var ..."). The language would be less > cumbersome if the dollar was optional otherwise. Two letters: HA But to

Re: [PHP-DEV] dollars and sense.

2004-01-26 Thread Andrei Zmievski
On Mon, 26 Jan 2004, Michael Hawley wrote: > Why must variable names begin with $? I can't see any > real reason, except when signalling a replacement within > a string (e.g., "... $var ..."). The language would be less > cumbersome if the dollar was optional otherwise. You are about 9 years lat

[PHP-DEV] dollars and sense.

2004-01-26 Thread Michael Hawley
Why must variable names begin with $? I can't see any real reason, except when signalling a replacement within a string (e.g., "... $var ..."). The language would be less cumbersome if the dollar was optional otherwise. Mike -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,