86
Comments
  • 19
    Just FYI, tags are separated by commas and don't require the #.
  • 4
    @vringar "oops"
    I'll keep that in mind :)
  • 12
    I dunno, if you have a good OOP understanding you should be able to easily create clean maintainable code. I've been using OOP for almost my entire time programming and have never had any issues. Granted once n' a while you sit there thinking about the best way to abstract something. But provide there is thought put into it, the code can be straight up sexy.
  • 6
    The tools you use aren't bad. It's those who don't use them properly that are bad.
  • 1
    Did you happen to see a project without any pattern? It's like shit, but oop make it more organized(file structure) and more manageable(code wise).
  • 1
    To me left side looks quite SOLID, the right side is very much "liquid" and totally SPAGHETTI. xD
  • 0
    @teganburns Yes
  • 0
    I've seen this type of problem only on PHP legacy projects with ZF2, and it's cause the programmer doesn't actually understand OOP principles.
Add Comment