Hacker News new | ask | show | jobs
by CodeCompost 642 days ago
It's written in PHP, the most insecure web language on the planet.
2 comments

This is a very very old opinion, and not true for years.
What, in your opinion, makes PHP less secure than Python or JavaScript?
Not gp but I'd say because it's littered with footguns like this:

https://dev.to/klnjmm/be-careful-about-the-switch-statement-...