《Design Patterns: Elements of reusable object-oriented software》读书笔记一

  • Overview

    Page : - 2

    Design Patterns is a software engineering book describing software design patterns. The authors are often referred to as the Gang of Four(GoF).

    理解Christopher Alexander

  • What is a Design Pattern?

    Each pattern describes a problem which occurs over and over again in our environment, and then describes the core of the solution to that problems, in such a way that you can use this solution a million times over, without ever doing it the same way twice.

    ​ Chirstopher Alexander

    In general, a pattern has four essential elements:

    1. Pattern name
    2. Problem
    3. Solution
    4. Consequences
  • Design Patterns in Smalltalk MVC

    理解MVC&Smalltalk-80

  • References

  1. Design Pattern: Elements of reusable object-oriented software; Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides; 1994

猜你喜欢

转载自blog.csdn.net/The_Time_Runner/article/details/113783868