Giter VIP home page Giter VIP logo

designpatterns's Introduction

Welcome to world of Design Patterns!

Design patterns are solutions to general problems that software developers faced during software development. There are three types of Design Patterns:

  • Creational Design Patterns
  • Structural Design Patterns
  • Behavioral Design Patterns

Creational Design Patterns

Creational design patterns are concerned with the way of creating objects. These design patterns are used when a decision must be made at the time of instantiation of a class.

Implemented Creational Design Patterns

  • Builder Pattern
  • Factory Pattern
  • Prototype Pattern
  • Singleton Pattern

Structural Design Patterns

Structural design patterns are those that simplify the design of large object structures by identifying relationships between them. They describe common ways of composing classes and objects so that they become repeatable as solutions.

Implemented Structural Design Patterns

  • Adapter Pattern
  • Bridge Pattern
  • Composite Pattern
  • Decorator Pattern
  • Facade Pattern
  • Proxy Pattern

Behavioral Design Patterns

Behavioral design patterns are design patterns that identify common communication patterns between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this communication.

Implemented Behavioral Design Patterns

  • Chain Of Responsibility Pattern
  • Command Pattern
  • Iterator Pattern
  • Mediator Pattern
  • Observer Pattern
  • State Pattern
  • Strategy Pattern
  • Template Pattern

designpatterns's People

Contributors

ardijorganxhi avatar

Stargazers

Yağmur DOĞAN avatar Ebru Şara Bağca avatar Pelin Sena Varol avatar Mert Pınarbaşı  avatar Rustu Efe Uzun avatar İshak Çoban 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.