|
|
|
|
|
by durbatuluk
2235 days ago
|
|
As someone who freelance php and do on-site go coding on daily basis, modern PHP is amazing (symfony/slim is everything I want). One simple improvement I would love to see is namespace grouping in standard library. Go has all related functions inside some package. Go pls let me do http.notfound<tab/enter> = http.StatusNotFound. But in php even with inteli I need to google some function/const name. |
|