Code Monkey home page Code Monkey logo

designpatterns's Introduction

DesignPatterns

Design Patterns and Design Principles with their best practices and description

Keywords for Memorization

Define a family of algorithms, encapsulate each one, and make them interchangeable. Strategy lets the algorithm vary independently from the clients that use it.

  • family
  • interchangable
  • vary independenty

Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.

  • family
  • interchangable
  • vary independenty

Visitor: O-P-E-S

Represent an operation to be performed on the elements of an object structure. Visitor lets you define a new operation without changing the classes of the elements on which it operates.

  • represent an Operation
  • Performed on an
  • Elements of object
  • in a Structure

Composite: C-T-P-T

Compose objects into tree structures to represent whole-part hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly.

  • Compose
  • Tree structure
  • represent Part-whole hierarchies
  • Treat individual objects and compositions

Iterator: E-A-S-E

Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation.

  • access Element
  • Aggregate object
  • Squencially
  • wihtout Exposing

Proxy: S-P-A

Provide a surrogate or placeholder for another object to control access to it.

  • Surrogate
  • Placeholder
  • control Access

Good Video Materials from YT

Difference between

Decorator DP Composite DP
add new behaviour part-whole hierarchy
linear structure tree structure
one dimensional two dimensional
only one node one or more nodes

wrapper patterns

designpatterns's People

Contributors

kidusmt avatar

Watchers

 avatar  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.