|
|
|
|
|
by trhway
2955 days ago
|
|
seems the article ends up with what was first done decades ago in PHP - separation of presentation and business logic. Btw i don't understand all this animosity toward PHP, especially given that pretty much all the modern web development is basically PHP-like, in spirit if not in actual implementation. |
|
Most PHP code is terrible. That's not really PHPs fault - it's capable of producing very nice programs with beautiful behavior.
As a language, it suffers a bit from being older and it was internally very inconsistent for a long time. For a long while, it's package management and practices were way behind the curve. Many people who program in PHP learned it as a first language, hacked together programs in it, and probably used hack together libraries and tooling.
PHP can be used with grace, but most people don't have that experience with it.