Guest User

Untitled

a guest
Jul 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. The primary means by which architectural styles induce simplicity is by applying the
  2. principle of separation of concerns to the allocation of functionality within
  3. components. If functionality can be allocated such that the individual components are
  4. substantially less complex, then they will be easier to understand and implement.
  5. Likewise, such separation eases the task of reasoning about the overall architecture. I
  6. have chosen to lump the qualities of complexity, understandability, and verifiability
  7. under the general property of simplicity, since they go hand-in-hand for a network
  8. based system.
Add Comment
Please, Sign In to add comment