Re: Miserable escape string problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dave Goodchild wrote:
Is this really worth all the keystrokes? Do we not have any more valuable ways to spend our time?

Good point Dave. But on the wrong side.

By counting all the keystrokes the PHP developers have to type extra
for code like this:
"{{$foo}: {$bar}}"
'{'.$var1.': '.$var2.'}'
etc.

vs. such code
"\{$foo: $bar}"

and actually not accounting for the ease of reading and assimilating
such code, guess what's better? Ramp about it? Or try rise the problem?

ciao

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux