Hacker News new | ask | show | jobs
by cutler 2036 days ago
Yes, the worst aspect of PHP is how a lot of library code uses fully-qualified namespaces inline instead of a "use" declaration at the top of the file. I've never understood why.