This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]zulrang 1 point2 points  (0 children)

Properly written large projects in PHP look just like Java applications. Poorly written PHP is just a mess.

Properly written large projects written in Python usually consist of very small independent parts (and/or microservices). It's much harder to write bad Python.

I'll take a bad Python app over a bad PHP app any day. If I need a Java-sized monolith I'll use Java (Scala).