{"id":20196244,"url":"https://github.com/shaikrasheed99/builder-pattern","last_synced_at":"2025-07-17T22:37:17.489Z","repository":{"id":113141930,"uuid":"482528347","full_name":"shaikrasheed99/builder-pattern","owner":"shaikrasheed99","description":"Implementation of Builder Pattern.","archived":false,"fork":false,"pushed_at":"2022-04-17T14:03:50.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T08:59:27.875Z","etag":null,"topics":["builder-pattern","design-patterns","java","tdd","tdd-java"],"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/shaikrasheed99.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":"2022-04-17T13:19:09.000Z","updated_at":"2023-01-03T03:28:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"9daff2db-8b77-4357-94f6-22ce90139332","html_url":"https://github.com/shaikrasheed99/builder-pattern","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shaikrasheed99/builder-pattern","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikrasheed99%2Fbuilder-pattern","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikrasheed99%2Fbuilder-pattern/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikrasheed99%2Fbuilder-pattern/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikrasheed99%2Fbuilder-pattern/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shaikrasheed99","download_url":"https://codeload.github.com/shaikrasheed99/builder-pattern/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikrasheed99%2Fbuilder-pattern/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265672384,"owners_count":23808847,"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","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":["builder-pattern","design-patterns","java","tdd","tdd-java"],"created_at":"2024-11-14T04:22:43.778Z","updated_at":"2025-07-17T22:37:17.470Z","avatar_url":"https://github.com/shaikrasheed99.png","language":"Java","readme":"# Builder pattern example using Test Driven Development\n\n## Example (Car):\n\n* There are two different types of cars.\n* Normal cars and Electric cars should be created with the builders.\n* Electric car builder would create electric car from it.\n* Normal car builder would create normal car.\n* Since, the state of the car is so long and client cannot remember everything and their order.\n* So the client uses these builders to a car from parameters which he remembers.\n\n\u003cbr/\u003e\n\n### code [electric car](https://github.com/shaikrasheed99/builder-pattern/tree/master/src/main/java/com/tw)\n\n### code [normal car](https://github.com/shaikrasheed99/builder-pattern/tree/master/src/main/java/com/tw)\n\n\u003cbr/\u003e\n\n## Class diagram: \n\n![](class-diagrams/builder-pattern.png)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaikrasheed99%2Fbuilder-pattern","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaikrasheed99%2Fbuilder-pattern","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaikrasheed99%2Fbuilder-pattern/lists"}