{"id":20682726,"url":"https://github.com/josdem/solid-workshop","last_synced_at":"2025-10-30T20:06:45.334Z","repository":{"id":142524532,"uuid":"129965803","full_name":"josdem/solid-workshop","owner":"josdem","description":"Explaining SOLID principles ","archived":false,"fork":false,"pushed_at":"2024-08-05T13:39:23.000Z","size":119,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-22T12:26:02.580Z","etag":null,"topics":["java","junit5","solid-principles","spock-framework"],"latest_commit_sha":null,"homepage":"","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/josdem.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,"zenodo":null}},"created_at":"2018-04-17T21:14:16.000Z","updated_at":"2024-10-15T10:44:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"35accdca-049c-444d-89e6-c4742c272033","html_url":"https://github.com/josdem/solid-workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/josdem/solid-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josdem%2Fsolid-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josdem%2Fsolid-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josdem%2Fsolid-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josdem%2Fsolid-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josdem","download_url":"https://codeload.github.com/josdem/solid-workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josdem%2Fsolid-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281873485,"owners_count":26576262,"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-10-30T02:00:06.501Z","response_time":61,"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":["java","junit5","solid-principles","spock-framework"],"created_at":"2024-11-16T22:14:26.642Z","updated_at":"2025-10-30T20:06:45.330Z","avatar_url":"https://github.com/josdem.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"S.O.L.I.D Principles\n------------------------------------\n\nIn object-oriented programming SOLID is a term developed by [Robert C. Martin](https://en.wikipedia.org/wiki/Robert_C._Martin) and the intention is to describe five important design principles to create good software, those concepts are:\n\n* [S — Single Responsibility Principle](http://josdem.io/techtalk/best_practices/solid_principles/#srp): Every class should have a single responsibility, and that responsibility should be entirely encapsulated by the class.\n* [O — Open-closed Principle](http://josdem.io/techtalk/best_practices/solid_principles/#ocp): Objects or entities should be open for extension, but closed for modification.\n* [L — Liskov Substitution Principle](http://josdem.io/techtalk/best_practices/solid_principles/#lsp): Every subclass/derived class should be substitutable for their base/parent class.\n* [I — Interface Segregation Principle](http://josdem.io/techtalk/best_practices/solid_principles/#isp): Clients should not be forced to implement unnecessary methods which they will not use.\n* [D — Dependency Inversion Principle](http://josdem.io/techtalk/best_practices/solid_principles/#dip): Entities must depend on abstractions not on concretions.\n\n**To run the project using Gradle:**\n\n```bash\n./gradlew test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosdem%2Fsolid-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosdem%2Fsolid-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosdem%2Fsolid-workshop/lists"}