2
Liz3
7y

PhP OOP or procedural programming?

Comments
  • 0
    I prefer the OOP style
  • 1
    Mostly OOP. MVC is still a must for backend, and OOP is well adapted for MVC
  • 1
  • 3
    OOP for everything that is more complex than 30 lines of code or if you want to use it again anywhere else
  • 2
    It depends of the case, if it is a little program that doesn't need much support I would say procedural, else OOP
  • 0
    Used to do procedural because I didn't get OOP but then I finally understood at some point and I do everything I can the OOP way now
Add Comment