From 8de2b27e25c42048cb48f2bd37e062fa66c171a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sun, 22 Oct 2023 21:00:47 +0300 Subject: [PATCH] fix type-object pattern readme --- typeobjectpattern/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/typeobjectpattern/README.md b/typeobjectpattern/README.md index 4942a9592..339aa7100 100644 --- a/typeobjectpattern/README.md +++ b/typeobjectpattern/README.md @@ -7,12 +7,6 @@ tag: - Extensibility --- -# Type-Object Pattern in Java - -## Explanation - -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. - ## Intent As explained in the book Game Programming Patterns by Robert Nystrom, type object pattern helps in