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*

3
  • I guess the main problem here is the word "handling". It's too generic to define a single responsibility. I think it would be better to have a component responsible for print invoice and another one for update invoice rather than a single component handle{print, update, and - why not ? - display, whatever} invoice. Commented Dec 30, 2010 at 3:27
  • 1
    The OP is essentially asking "How do you define a responsibility?" so when you say the responsibility is whatever you define it to be seems like it's just repeating the question. Commented Jul 17, 2013 at 22:31
  • "My class is responsible for life, the universe, and all the rest." :) Commented Feb 21, 2020 at 21:36