{"id":23089669,"url":"https://github.com/vanhakobyan/designpatterns","last_synced_at":"2025-04-08T04:18:58.752Z","repository":{"id":60254972,"uuid":"90766042","full_name":"VanHakobyan/DesignPatterns","owner":"VanHakobyan","description":":key:Elements of Reusable Object-Oriented Software:unlock:is a software engineering book describing software design patterns. The book's authors are Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides with a foreword by Grady Booch.","archived":false,"fork":false,"pushed_at":"2020-02-26T18:29:10.000Z","size":251,"stargazers_count":262,"open_issues_count":2,"forks_count":74,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-24T09:42:36.357Z","etag":null,"topics":["abstract-factory-pattern","adapter","bridge","bulider","chain-of-responsibility","command","composite","decorator-pattern","design-pattern","facade-pattern","flyweight","interpreter","iterator","mediator-pattern","memento-pattern","object-pool","prototype","proxy","singleton-pattern","state"],"latest_commit_sha":null,"homepage":"","language":"C#","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/VanHakobyan.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":"2017-05-09T16:07:55.000Z","updated_at":"2025-03-19T21:18:34.000Z","dependencies_parsed_at":"2022-09-27T08:40:21.642Z","dependency_job_id":null,"html_url":"https://github.com/VanHakobyan/DesignPatterns","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VanHakobyan%2FDesignPatterns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VanHakobyan%2FDesignPatterns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VanHakobyan%2FDesignPatterns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VanHakobyan%2FDesignPatterns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VanHakobyan","download_url":"https://codeload.github.com/VanHakobyan/DesignPatterns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773726,"owners_count":20993639,"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":["abstract-factory-pattern","adapter","bridge","bulider","chain-of-responsibility","command","composite","decorator-pattern","design-pattern","facade-pattern","flyweight","interpreter","iterator","mediator-pattern","memento-pattern","object-pool","prototype","proxy","singleton-pattern","state"],"created_at":"2024-12-16T20:39:13.301Z","updated_at":"2025-04-08T04:18:58.715Z","avatar_url":"https://github.com/VanHakobyan.png","language":"C#","readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/VanHakobyan/DesignPatterns/master/DP.jpg\"\u003e\u003c/p\u003e\n\n\n### Description :pushpin::pushpin::pushpin:\n\nElements of Reusable Object-Oriented Software is a software engineering book describing software design patterns. The book's authors are Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides with a foreword by Grady Booch. The book is divided into two parts, with the first two chapters exploring the capabilities and pitfalls of object-oriented programming, and the remaining chapters describing 23 classic software design patterns.\n\n### Books :file_folder:\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://drive.google.com/open?id=0By1MH5wlD0LhLTByR3NUclhKbjQ\"\u003e:orange_book:Design pattern via C#\u003c/a\u003e\n\u003cli\u003e\u003ca href=\"https://drive.google.com/open?id=0By1MH5wlD0LhS2h6eGJDZlF5d00\"\u003e:green_book:Gamma\u003c/a\u003e\n\u003c/ul\u003e\n\u003cbr\u003e\n\n### Tutorial and my implementation in C# :pushpin:\n\nCreational     |  Structural  | Behavioral \n---------------|--------------|-----------|\n\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Abstract%20Factory\"\u003eAbstract Factory\u003c/a\u003e|\t\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Adapter\"\u003eAdapter\u003c/a\u003e     |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Chain%20of%20Responsibility\"\u003eChain of Responsibility\u003c/a\u003e\n\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Builder\"\u003eBuilder\u003c/a\u003e\t       |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Bridge\"\u003eBridge\u003c/a\u003e\t      |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Command\"\u003eCommand\u003c/a\u003e\t\n\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/edit/master/FactoryMethod\"\u003eFactory Method\u003c/a\u003e |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Composite\"\u003eComposite\u003c/a\u003e\t    |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Interpreter\"\u003eInterpreter\u003c/a\u003e\t\n\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Prototype\"\u003ePrototype\u003c/a\u003e     |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Decorator\"\u003eDecorator\u003c/a\u003e\t    |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Iterator\"\u003eIterator\u003c/a\u003e\n\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Singleton\"\u003eSingleton\u003c/a\u003e      |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Facade\"\u003eFacade\u003c/a\u003e\t      |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Mediator\"\u003eMediator\u003c/a\u003e\t\n\u0026nbsp;         |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Flyweight\"\u003eFlyweight\u003c/a\u003e\t    |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Memento\"\u003eMemento\u003c/a\u003e\t\n\u0026nbsp;         |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Proxy\"\u003eProxy\u003c/a\u003e        |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Observer\"\u003eObserver\u003c/a\u003e\n\u0026nbsp;         |\u0026nbsp;        |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/State\"\u003eState\u003c/a\u003e\t\n\u0026nbsp;         | \u0026nbsp;       |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Strategy\"\u003eStrategy\u003c/a\u003e\t\n\u0026nbsp;         |\u0026nbsp;        |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Template\"\u003eTemplate\u003c/a\u003e \n\u0026nbsp;         |\u0026nbsp;        |\u003ca href=\"https://github.com/VanHakobyan/DesignPatterns/tree/master/Visitor\"\u003eVisitor\u003c/a\u003e\n\n\u003chr/\u003e\n\n\n### About ✏️\n\n* Visual Studio 2017 Enterprise  📕\n* C# 7.0 .NET Framework 4.6/4.7 📔\n\n\n\n\n\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanhakobyan%2Fdesignpatterns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanhakobyan%2Fdesignpatterns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanhakobyan%2Fdesignpatterns/lists"}