This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Introduction In this blogpost I'm going to explain how to keep your code clean using decorators. By applying decorators the open close principle is maintained, code becomes easier to extend and easier to adjust. Background According to wikipedia the decorator pattern is a design pattern that allows behaviour to be added to an individual object, without affecting the behavior of other objects from…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.