Diff of /Tags/The -Decorator- Pattern/README.md [000000] .. [r1]  Maximize  Restore

Switch to side-by-side view

--- a
+++ b/Tags/The -Decorator- Pattern/README.md
@@ -0,0 +1,6 @@
+
+The 'Decorator' Pattern for CODESYS 3
+
+Original Poster: Armando Rene Narvaez Contreras
+
+In object-oriented programming, the decorator pattern is a design pattern that allows behavior to be added to an individual object, either statically or dynamically, without affecting the behavior of other objects from the same class. The decorator pattern is often useful for adhering to the Single Responsibility Principle, as it allows functionality to be divided between classes with unique areas of concern.