{"id":21348518,"url":"https://github.com/amigoscode/solid","last_synced_at":"2025-07-23T00:03:53.119Z","repository":{"id":39630669,"uuid":"484063089","full_name":"amigoscode/solid","owner":"amigoscode","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-21T13:39:25.000Z","size":6,"stargazers_count":43,"open_issues_count":0,"forks_count":27,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-12T17:44:29.086Z","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/amigoscode.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}},"created_at":"2022-04-21T13:30:02.000Z","updated_at":"2025-02-12T04:37:48.000Z","dependencies_parsed_at":"2022-07-10T14:01:14.221Z","dependency_job_id":null,"html_url":"https://github.com/amigoscode/solid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amigoscode/solid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fsolid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fsolid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fsolid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fsolid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amigoscode","download_url":"https://codeload.github.com/amigoscode/solid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fsolid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266592119,"owners_count":23953105,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-22T02:22:04.268Z","updated_at":"2025-07-23T00:03:53.066Z","avatar_url":"https://github.com/amigoscode.png","language":"Java","readme":"# SOLID Principles\n\n## YT Video\nhttps://amigoscode.hypg.es/solid-youtube\n![solid](https://user-images.githubusercontent.com/40702606/164469254-1763ca82-0b20-4bbb-b250-e0389660b2e0.png)\n\n## SOLID \n\n- Single Responsibility\nEach class should have only one sole purpose, and not be filled with excessive functionality\n\n- Open Closed\nClasses should be open for extension, closed for modification.\nIn other words, you should not have to rewrite an existing class for implementing new features.\n\n- Liskov Substitution\nLet Φ(x) be a property provable about objects x of type T. Then Φ(y) should be true for objects y of type S where S is a subtype of T.\nThis means that every subclass or derived class should be substitutable for their base or parent class\n\n- Interface Segregation\nInterfaces should not force classes to implement what they can’t do.\nLarge interfaces should be divided into small ones.\n\n- Dependency Inversion\nComponents should depend on abstractions, not on concretions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famigoscode%2Fsolid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famigoscode%2Fsolid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famigoscode%2Fsolid/lists"}