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.

1
  • I think this is the only fully correct answer here, although Oded more or less states the same thing. You can aim for method and file lengths but the primary considerations need to be stated first. You can't avoid implementing the necessary logic and that is the strongest determinant of the length of methods, and consequently modules. You may not find an avenue or reason to break up a class as it grows due to new requirements. You might see an artificial way to do it that increases the complexity but that would be counter productive, indicating why this is the correct answer. Commented Nov 13, 2023 at 6:44