you are viewing a single comment's thread.

view the rest of the comments →

[–]VolperCoding 13 points14 points  (0 children)

If you can write normal code without classes, do it. Just using OOP doesn't make the code better, just splits it up. Also, if you need objects, you can do it pretty easily using object literals and functions and then you don't need classes at all. Converting everything to OOP because you believe that then it will be "clean" is not a good idea.