美文网首页
软件设计原则

软件设计原则

作者: AndyYin_dc75 | 来源:发表于2018-02-27 15:20 被阅读0次

    前言

    思想

    原则

    做某件事或解决某个问提或在某个领域里不能离开的禁止性规定。

    模式

    针对类似问题的通用解决指导方法。

    设计原则

    GRASP

    General Responsibility Assignment Software Pattern(principle) 中文版

    • Controller
    • Creator
    • High cohesion
    • Indirection
    • Information expert
    • Low coupling
    • Polymorphism
    • Protected variations
    • Pure fabrication

    Three-tier

    [图片上传失败...(image-bc8a1c-1519266678503)]

    里氏替换原则

    开放封闭原则

    策略和方法

    • '策略'
    • `方法'

    相关文章

      网友评论

          本文标题:软件设计原则

          本文链接:https://www.haomeiwen.com/subject/nsowzxtx.html