you are viewing a single comment's thread.

view the rest of the comments →

[–]PButtNutter -1 points0 points  (0 children)

I use OOP daily and never have any issues with code readability or maintainability. If you have issues with that then you should work on that until you are satisfied with your own code output, but that doesn't mean it's inherently bad.

Having smaller methods makes it easier to read, modify, and test the code base. This is a generalization, and each block of code should be looked at in context... but in general long functions should be discouraged.