zoukankan      html  css  js  c++  java
  • software architecture slide 3

    6 differences between layer and tier

      tier 是物理上的分离

      layer是软件元素的分离

    5 how many patterns can be used in a complex system?

      Mulitple patterns can be used in architecture design of a complex system.

    4 what is the relationiship between tactics and patterns?

      Most of patterns consists of (are constructed from) several different tactics. 

      Tactics are building blocks of design from which architectural patterns are created.

    3 How to do architectural design?

      Architectural design seldom starts from first principles. Experienced architects typically think of creating an architecture as process of selecting, tailoring, and combiing patterns.

    2 where do patterns come from?

      Patterns are found in practice, not invented, they are discovered.

        There will never be a complete list of patterns. Patterns spontaneously emerge in reaction of environmental conditions, and as long as those conditions change, new patterns will emerge.

    1 what is an architectural pattern?

      An architectural pattern

        is a pacakge of decisions that is found repeatedly in practice

        has known properties that permit reuse and

        describes a class of architectures

  • 相关阅读:
    OpenStack概述、虚拟机部署OpenStack
    foo bar 的典故
    PWA
    react 虚拟dom心得
    背包问题总结
    leetcode 44 通配符匹配(dp)
    黑客与画家
    njuoj 递归查询字符串
    我的第一篇博客
    接口测试入门(二)
  • 原文地址:https://www.cnblogs.com/liyongguo/p/6958806.html
Copyright © 2011-2022 走看看