https://github.com/zhuravlevma/accounting_system
This is a simple application for training patterns. The app cans calculate sum for product, warehouse, shop with Composite pattern. Also, you can create your providers. For them, you can create responsible people who will say you very useful information. It was created using a pattern Fabric. Write your results with "writer" who was created using a pattern Decorator.
https://github.com/zhuravlevma/accounting_system
design-patterns patterns rust rust-examples rust-patterns
Last synced: about 1 year ago
JSON representation
This is a simple application for training patterns. The app cans calculate sum for product, warehouse, shop with Composite pattern. Also, you can create your providers. For them, you can create responsible people who will say you very useful information. It was created using a pattern Fabric. Write your results with "writer" who was created using a pattern Decorator.
- Host: GitHub
- URL: https://github.com/zhuravlevma/accounting_system
- Owner: zhuravlevma
- License: mit
- Created: 2022-02-07T15:20:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T20:14:31.000Z (over 4 years ago)
- Last Synced: 2025-01-15T07:36:19.600Z (over 1 year ago)
- Topics: design-patterns, patterns, rust, rust-examples, rust-patterns
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## accounting system
This is a simple application for training patterns.
The app cans calculate sum for product, warehouse, shop with Composite pattern.
Also, you can create your providers. For them, you can create responsible people who will say you very useful information. It was created
using a pattern Fabric.
Write your results with "writer" who was created using a pattern Decorator.
Also, here have patterns like Strategy and Command.