Hacker News new | ask | show | jobs
by klaussilveira 639 days ago
What, in your opinion, makes PHP less secure than Python or JavaScript?
1 comments

Not gp but I'd say because it's littered with footguns like this:

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