X Tutup
Skip to content

Commit 12e9efc

Browse files
committed
Moved Private Class Data under Idioms category.
1 parent ed074b7 commit 12e9efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Structural patterns are concerned with how classes and objects are composed to f
4040
* [Service Locator](#service-locator)
4141
* [Servant](#servant)
4242
* [Event Aggregator](#event-aggregator)
43-
* [Private Class Data](#private-class-data)
4443

4544
### Behavioral Patterns
4645

@@ -99,6 +98,7 @@ A programming idiom is a means of expressing a recurring construct in one or mor
9998
* [Lazy Loading](#lazy-loading)
10099
* [Double Dispatch](#double-dispatch)
101100
* [Resource Acquisition Is Initialization](#resource-acquisition-is-initialization)
101+
* [Private Class Data](#private-class-data)
102102

103103
## <a name="abstract-factory">Abstract Factory</a> [&#8593;](#list-of-design-patterns)
104104
**Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.

0 commit comments

Comments
 (0)
X Tutup