Y
Hacker News
new
|
ask
|
show
|
jobs
by
astrodust
5000 days ago
A lot of this boils down to PHP's feeble "array" declarator. Take a page from JavaScript and make it easy.
1 comments
mark_story
5000 days ago
As of PHP 5.4 you can use [] to define arrays. It saves some typing, and is less noisy on the eyes I guess.
link
astrodust
5000 days ago
That's exactly the way it should be. Hopefully this will become the standard before long.
link