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

As of PHP 5.4 you can use [] to define arrays. It saves some typing, and is less noisy on the eyes I guess.
That's exactly the way it should be. Hopefully this will become the standard before long.