{"id":19559884,"url":"https://github.com/laeth0/solid","last_synced_at":"2025-09-17T11:55:56.390Z","repository":{"id":250179923,"uuid":"833712756","full_name":"laeth0/Solid","owner":"laeth0","description":"This repository provides examples of SOLID principles, illustrating both good and bad practices.","archived":false,"fork":false,"pushed_at":"2024-07-25T15:44:18.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T08:33:23.333Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laeth0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-25T15:35:52.000Z","updated_at":"2025-01-04T13:42:30.000Z","dependencies_parsed_at":"2024-07-25T18:21:15.866Z","dependency_job_id":null,"html_url":"https://github.com/laeth0/Solid","commit_stats":null,"previous_names":["laeth0/solid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/laeth0/Solid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laeth0%2FSolid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laeth0%2FSolid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laeth0%2FSolid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laeth0%2FSolid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laeth0","download_url":"https://codeload.github.com/laeth0/Solid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laeth0%2FSolid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275591193,"owners_count":25492265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T05:04:43.230Z","updated_at":"2025-09-17T11:55:56.313Z","avatar_url":"https://github.com/laeth0.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## SOLID Principles\n\n![Cover](https://github.com/mman9our/SOLID_Principles/assets/72463762/0c6fc35e-4b5a-4249-ad7c-1cabd5b3352a)\n\nSOLID is an acronym that stands for:\n\n- `SRP`: Single Responsibility Principle (SRP): A class should have only one reason to change, meaning it should have only one responsibility or job.\n- `OCP`: Open-Closed Principle (OCP): Software entities (classes, modules, functions) should be open for extension but closed for modification. This means that we should be able to extend the behavior of a\n- `LSP`: Liskov Substitution Principle (LSP): Objects of a superclass should be replaceable with objects of a subclass without affecting the correctness of the program. In other words, a subclass should be able to replace its parent class without breaking the program's functionality.\n- `ISP`: Interface Segregation Principle (ISP): Clients should not be forced to depend on interfaces they do not use. This principle encourages creating smaller, specific interfaces rather than large, monolithic ones.\n- `DIP`: Dependency Inversion Principle (DIP): High-level modules should not depend on low-level modules. Both should depend on abstractions. Abstractions should not depend on details; details should depend on abstractions. This principle promotes loose coupling between modules and easier maintenance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaeth0%2Fsolid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaeth0%2Fsolid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaeth0%2Fsolid/lists"}