Skip to content

Frankie-Tu/Design-Patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Design-Patterns

Goal

To showcase examples of the popular and controversial design patterns to help manage codebase more effectively.

Progress

Basics

  • Object Oriented Programming in Java

Creational

  • Singleton pattern
  • Builder pattern
  • Prototype pattern
  • Factory pattern
  • Abstract Factory pattern

Structural

  • TBD

Behavioral

  • TBD

Folder Structure

will be updated in a later date

.
|-- README.MD
|-- pom.xml
`-- src
    |-- main
    |   `-- java
    |       `-- com
    |           `-- frankie
    |               |-- HelloWorld.java
    |               |-- creational
    |               |   |-- builder
    |               |   |   `-- Computer.java
    |               |   `-- singleton
    |               |       `-- ChiefExecutiveOfficer.java
    |               `-- oop
    |                   |-- Bicycle.java
    |                   |-- Motorcycle.java
    |                   |-- Suv.java
    |                   |-- abstractclasses
    |                   |   |-- Bike.java
    |                   |   `-- Car.java
    |                   `-- interfaces
    |                       `-- Vehicle.java
    `-- test
        `-- java
            `-- com
                `-- frankie
                    |-- creational
                    |   |-- builder
                    |   |   `-- ComputerTest.java
                    |   `-- singleton
                    |       |-- ChiefExecutiveOfficerTest.java
                    |       `-- MultiThreadRun.java
                    `-- oop
                        |-- BicycleTest.java
                        |-- MotorcycleTest.java
                        |-- SuvTest.java
                        `-- abstractclasses
                            |-- BikeTest.java
                            `-- CarTest.java

About

A learning project to have hands on experience with Creational, Structural and Behavioral design patterns to write maintainable and scalable enterprise level applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages