Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加说明是C++的设计模式 #19

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion creational_patterns/singleton.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _singleton:

单例模式
单例模式(掌握)
====================

.. contents:: 目录
Expand Down
4 changes: 2 additions & 2 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
图说设计模式
===============

本书使用图形和代码结合的方式来解析设计模式;
本书使用图形和代码结合的方式来解析设计模式(C++)

每个模式都有相应的对象结构图,同时为了展示对象间的交互细节,
我会用到时序图来介绍其如何运行;(在状态模式中,
Expand All @@ -13,7 +13,7 @@



在系统的学习设计模式之后,我们需要达到3个层次:
在系统的学习设计模式之后,我们需要达到3个层次(并不是都需要滚瓜烂熟,重点掌握几个常见的)

1. 能在白纸上画出所有的模式结构和时序图;

Expand Down