Tagged Questions

3
votes
5answers
76 views

Difference between Single Responsibility Principle and Separation of Concerns

What is the difference between Single Responsibility Principle and Separation of Concerns?
8
votes
13answers
274 views

Who owns documentation?

At my company we are currently re-assessing which team will take on the responsibility of external documentation (end user, training and support documentation). We don't have a ded …
0
votes
1answer
26 views

responsibility based modeling versus class reasons to change

In this text I read Be alert for a component that is just a glorified responsibility. A component is supposed to capture an abstraction that has a purpose in the system …
0
votes
2answers
37 views

How to set a responsibility at run time

I'm connected as apps in Oracle and I would like to execute some code with a different responsibility. Is this possible? EDIT I mean to execute a package as "System Administrat …