Giter Site home page Giter Site logo

designpatterns's Introduction

DesignPatterns

This repository contains the programs, which are related to Design Patterns that includes Core, J2EE and other related patterns.

All the examples, used in this repository to be written in Java.

What are design patterns?

Before knowing to know the design patterns, let's ask 1 more question?

  • What do you mean by a pattern?

    • A pattern is a repeated design or recurring sequence.

    OR

    • An ordered set of numbers, shapes or other mathematical objects, arranged according to a rule.

Know let's come back to our actual question.

As per wikipedia System Design Patterns

In software engineering, a software design pattern is a general, reusable solution to a commonly occurring problem 
within a given context in software design.

Design patterns are the solutions for recurring problems in some given context, which are tried and tested.

Design patterns gained popularity in computer science after the book Design Patterns: Elements of Reusable Object-Oriented Software was published in 1994 by the so-called Gang of Four, which is frequently abbreviated as GoF.

Classification

Design patterns had originally been categorized into 3 sub-classifications based on the kind of problem they solve.

  • Creational

    These patterns provide the capability to create objects based on a required criteria and in a controlled way.

  • Structural

    These patterns are about organizing different classes and objects to form larger structures and provide new functionality.

  • Behavioral

    These patterns are about identifying common communication patterns between objects and realize these patterns.

Authors

designpatterns's People

Contributors

rslakra avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

teuddy

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.