https://github.com/prongbang/rssolid
Applying S.O.L.I.D Principles in Rust
https://github.com/prongbang/rssolid
Last synced: 6 months ago
JSON representation
Applying S.O.L.I.D Principles in Rust
- Host: GitHub
- URL: https://github.com/prongbang/rssolid
- Owner: prongbang
- Created: 2024-05-15T15:52:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-16T12:29:23.000Z (over 1 year ago)
- Last Synced: 2025-03-25T22:52:07.613Z (7 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rssolid
- 1. Single Responsibility Principle
- 2. Open/Closed Principle
- 3. Liskov Substitution Principle
- 4. Interface Segregation Principle
- 5. Dependency Inversion Principle