Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 7
    +1 for over the top "ravioli code". Early on in my career I was one of those people who took it too far. Not just with classes, but with method modularization too. My code was peppered with tons of little methods that did something simple, just for the sake of breaking up a problem into small chunks that could fit on the screen without scrolling. Obviously, this was often going way too far. Commented Dec 29, 2010 at 20:44
  • @BobbyTables Ask your boss for a bigger monitor :-) Commented Dec 17, 2019 at 17:08
  • That's not what the SRP says, see checked answer Commented Dec 27, 2019 at 16:31