Skip to content

Commit 8de2b27

Browse files
committed
fix type-object pattern readme
1 parent 024831a commit 8de2b27

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

typeobjectpattern/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ tag:
77
- Extensibility
88
---
99

10-
# Type-Object Pattern in Java
11-
12-
## Explanation
13-
14-
In Java, the Type-Object pattern is a design pattern that encapsulates type information in an object. This pattern is particularly useful when dealing with multiple objects of the same kind, and there is a need to add new types without altering existing code.
15-
1610
## Intent
1711
As explained in the book Game Programming Patterns by Robert Nystrom, type object pattern helps in
1812

0 commit comments

Comments
 (0)