Skip to content
Open
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 README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## C++ Design Patterns

Software design patterns are general reusable solutions to problems which occur
over and over again in object-oriented design enviroment. It is not a finished
over and over again in object-oriented design environment. It is not a finished
design that can be transformed into source code directly, but it is template how
to solve the problem. We can classify them by purpose into creational (abstract
the instantiation process), structure (how classes and objects are composed to form
Expand Down