|
|
|
|
|
by lexicality
778 days ago
|
|
I used PHP again last year after almost a decade and it sucks less (a lot less!), but it still sucks. Going from a language with a well organised stdlib with consistent syntax to php is not fun. Sure, it has a lot of nice features now, and some of the footguns have been removed, but the core language is still there and it's still a mishmash with a bunch of hidden landmines. |
|
As someone who spent many years developing in (and defending) PHP, I agree with everything you just said.
Nowadays, I'd rather reach for Crystal, Go, or Rust for back-end application development, and Python or Typescript (!) for automation scripts.