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.

Required fields*

1
  • 7
    I'm reading this question while procrastinating on a problem that could have been avoided with better separation of concerns. A bug was reported that when you use our API to do "X", the program leaks memory and eventually crashes. The bug was actually introduced in work on API feature "R". The crashing program didn't even use feature "R"! To the user of the program, there is no reason for these two features to interact. SoC means carrying this separation in the subject area into a separation in the code. Commented Mar 28 at 13:50