Search This Blog

Tuesday, July 19, 2011

Software Architecture Patterns and Best Practices

  • The fundamental rule is that all code can depend on layers more central, but code cannot depend on layers further out from the core.  In other words, all coupling is toward the center.   This architecture is unashamedly biased toward object-oriented programming, and it puts objects before all others. Onion Architecture

No comments:

Post a Comment