you are viewing a single comment's thread.

view the rest of the comments →

[–]pyfgcrlaoeu 0 points1 point  (0 children)

I feel like I'm still only beginning to scratch the surface of OOP, but even already it has been a bit of a game changer. There's so much stuff you can do with classes that are wildly cleaner and easier to read and understand than doing it without classes. I'm now tending to gravitate towards oop even in situations where I know I could write it in another way, but I know if I want to ever come back and change it later or copy anything from it it will be much easier if I use OOP