Giter Site home page Giter Site logo

decorator-example's Introduction

This is a simple example of the Decorator Design Pattern.

Thanks to Derek Banas' explanation on the link below :

https://www.newthinktank.com/2012/09/decorator-design-pattern-tutorial/

I have created this example.

And, I should mention another awesome resource of Design Patterns:

https://refactoring.guru/design-patterns/decorator

In this example, I used the "Decorator Design Pattern" for ordering Pizza with a simple description and cost. You can add more functionality as you wish. But I just wanted to show you the implementation of "Decorator Design Pattern". As you know I have used the Laravel framework for creating this simple app. I have created a few Feature test and Unit test as well. you can see these tests and find out how this app works.

Another example of using the Decorator Design Pattern, which is mentioned on the Refactoring Guru website, is for sending notifications using multiple channels. I wanted to implement that example too, but later, I found a simpler and more flexible way to do that (thanks to the features of PHP). You can check it out in the "app/Services/notification" directory. In this way, you can choose your favorite channels and according to your selections, the proper class will be invoked and run. You can use this simple pattern in diverse setuations. I did not add any validation for that yet, but you can see the examples of usage in the "NotifierTest" class.

I hope this is useful for you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.