Git Product home page Git Product logo

design-patterns's Introduction

Design Patterns

Design patterns are are evolved as reusable solutions to the problem that we encounter every day of programming.

They are generally targeted at solving the problems of object generation and integration.

These generalized patterns act as template that can be applied to the real-world problems.

Types of Design Patterns

There are 3 types of Design Patterns.

  • Creational : This type deals with the object creation and initialization. This pattern gives the program more flexibility in deciding which objects need to be created for a given case. e.g: Singleton, Factory, Abstract Factory ..etc.
  • Structural : This type deals with class and object composition. This pattern focuses on decoupling interface and implemetaion of classes and its objects. e.g: Adapter, Bridge ..etc.
  • Behavioural : This type deals with the communication between Classes and Objects. e.g: Chain of Responsibility, Command, Intepreter ..etc.

List of Design Patterns

design-patterns's People

Contributors

thebharatmishra avatar

Watchers

 avatar

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.