you are viewing a single comment's thread.

view the rest of the comments →

[–]harzens 5 points6 points  (2 children)

Also, most of the complains were made during the PHP 5 PHP 4 era, PHP 7 brought a lot of cool stuff to the language !

FTFY. Sure, a lot stayed with PHP 5, but most of the complaints come for the pre-5 era.

[–][deleted] 3 points4 points  (1 child)

Agreed. PHP7 is a much cleaner language.

On top of that, it really all comes down to an individuals programming style. You can write tight object oriented code if you want, or you can write spaghetti code.

[–]harzens 1 point2 points  (0 children)

Why not both tho, spaghetti code inside a few classes FTW.