Coder Social home page Coder Social logo

andrezatcascais / dio-lab-patterns-project-java Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 36 KB

Exploring Design Patterns in Practice with Java. This course is a module of the Bootcamp organised by DIO - Digital Innovation.

Home Page: https://www.dio.me/en

Java 100.00%
design-patterns facade-pattern gof-patterns java17 singleton-pattern strategy-pattern oop bootcamp-project backend mid-level intellij

dio-lab-patterns-project-java's Introduction

Design Patterns

This repository contains examples and explanations for three common design patterns: Singleton, Strategy, and Facade.

Singleton

The Singleton pattern ensures a class has only one instance and provides a global point of access to it.

  • Intent: To control object creation, limiting the number of objects to one.
  • Use Case: When only one instance of a class is needed to coordinate actions across a system.

img.png

Strategy

The Strategy pattern defines a family of algorithms, encapsulates each one, and makes them interchangeable.

  • Intent: To define a family of algorithms, encapsulate each one, and make them interchangeable.
  • Use Case: When you want to define a class that will have one behavior that is similar to other behaviors in a list.

img_1.png

Facade

The Facade pattern provides a simplified interface to a complex subsystem.

  • Intent: To provide a unified interface to a set of interfaces in a subsystem.
  • Use Case: When you want to provide a simple interface to a complex subsystem.

img_2.png

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.