# DesignPattern **Repository Path**: acttos/DesignPattern ## Basic Information - **Project Name**: DesignPattern - **Description**: A project shows the implementations of commonly used DesignPatterns. - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DesignPattern ## 1. What is this eclipse project for ? The 'Design Pattern' project is a sample of how to use design patterns in Java. The packages in this project are named by design patterns. Each design pattern has used in my daily work, and they are useful. ## 2. What design pattern is included in this project ? This project is designed to implement commonly used design patterns in daily work as many as possible, and of course , if I find some interesting methods of programming , they will be included too. List of Design Patterns already in this project: ``` 1. Design pattern of Factory. 2. Design pattern of Singleton. 3. Design pattern of Facade. ``` ## 3. More info about design pattern I plan to write some blogs about design pattern, you can find them [ Here ] sooner or later. ## 4. License All the codes are under [ [The MIT License(MIT)] ](https://mit-license.org/), So feel free to share this project as you wish.