美文网首页原理和语言
Practical Python Design - C1 Set

Practical Python Design - C1 Set

作者: 左心Chris | 来源:发表于2019-07-23 11:46 被阅读0次

书籍下载地址http://booksdescr.org/ads.php?md5=D2D3A9F8D9A6EDEC632C6F206BBBBC3E

Chapter 1: Before we begin

Systems Thinking

At a very basic level, you can begin by asking yourself: “What are the elements of the
system I want to build?” Write these down.

Elements of a design pattern

• Pattern name
• Intent/purpose
• Aliases
• Motivation/context
• Problem
• Solution
• Structure
• Participants
• Collaborations
• Consequences/constraints
• Implementation
• Sample code
• Known uses
• Related patterns

Classification

  • Creational
  • Structural
  • Behavioral

Editors

相关文章

网友评论

    本文标题:Practical Python Design - C1 Set

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