https://github.com/janina280/homework_solid
In this repository, I have used various SOLID principles to create code that is more modular, maintainable, and scalable.
https://github.com/janina280/homework_solid
java programming
Last synced: 10 months ago
JSON representation
In this repository, I have used various SOLID principles to create code that is more modular, maintainable, and scalable.
- Host: GitHub
- URL: https://github.com/janina280/homework_solid
- Owner: janina280
- Created: 2023-04-30T15:42:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T15:05:33.000Z (over 2 years ago)
- Last Synced: 2025-01-07T20:12:13.123Z (12 months ago)
- Topics: java, programming
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homework_SOLID
This GitHub repository serves as a codebase for Java projects that adhere to the SOLID principles. The SOLID principles are a set of design principles that aim to make software systems more maintainable, scalable, and flexible. By following these principles, developers can create code that is easier to understand, test, and modify.
The repository contains multiple Java classes and package, each demonstrating the implementation of one or more SOLID principles.