Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youknow2509/design_parttern
Code Example Design Parttern for Golang, Java, Python, ...
https://github.com/youknow2509/design_parttern
design-patterns golang-design-pattern golang-examples java-design-patterns oop oops-in-java oops-in-python python-design-patterns
Last synced: 5 days ago
JSON representation
Code Example Design Parttern for Golang, Java, Python, ...
- Host: GitHub
- URL: https://github.com/youknow2509/design_parttern
- Owner: Youknow2509
- License: mit
- Created: 2024-07-14T15:51:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T19:57:59.000Z (6 months ago)
- Last Synced: 2025-01-17T22:14:02.343Z (7 days ago)
- Topics: design-patterns, golang-design-pattern, golang-examples, java-design-patterns, oop, oops-in-java, oops-in-python, python-design-patterns
- Language: Python
- Homepage:
- Size: 205 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Contact:
- **Mail**: *[email protected]*
- **Github**: *https://github.com/Youknow2509*# Description
- Source code Design Patterns for Golang, Java, Python, ...# Table Content
- `X`: Creating ....
- `OK`: Created, click to change source.
- Design Patterns [doc](https://refactoring.guru/design-patterns):
- **Create Pattern** *5*: Factory Pattern, Abstract Factory Pattern, Singleton Pattern, Builder Pattern and Prototype Pattern.
- **Structural Pattern** *7*: Adapter, Bridge, Composite, Decorator, Facade, Flyweight and Proxy.
- **Behavior Pattern** *10*: Observer, Strategy, Command, Iterator, Template Method, State, Chain of Responsibility, Memento, Visitor and Mediator.
- Handle with content `Plant and Zombies`.
Golang
Python
Java
Creational Pattern
Factory Pattern
OK
OK
OK
Abstract Factory Pattern
OK
OK
OK
Singleton Pattern
OK
OK
OK
Builder Pattern
OK
OK
OK
Prototype Pattern
OK
OK
OK
Structural Pattern
Adapter
OK
OK
OK
Bridge
OK
OK
OK
Composite
OK
OK
OK
Decorator
OK
OK
OK
Facade
OK
OK
OK
Proxy
OK
OK
OK
Flyweight
OK
OK
OK
Behavior Pattern
Observer
OK
OK
OK
Strategy
OK
OK
OK
Command
OK
OK
OK
Iterator
OK
OK
OK
Template Method
OK
OK
OK
State
OK
OK
OK
Chain of Responsibility
OK
OK
OK
Memento
OK
OK
OK
Visitor
OK
OK
OK
Mediator
OK
OK
OK