js_designpatterns
Design pattern examples
A collection of design patterns in JavaScript with examples and explanations using jQuery.
23 stars
2 watching
1 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
exceptionnotfound/designpatterns | A collection of C# examples illustrating 22 design patterns from the Gang of Four | 642 |
naphier/unity-design-patterns | A collection of Unity C# examples illustrating various design patterns for efficient and scalable game development. | 1,138 |
chuanxshi/javascript-patterns | This repository provides documentation and examples of various design patterns implemented in JavaScript to solve common software development problems. | 9,389 |
nemanjarogic/designpatternslibrary | A comprehensive design patterns library in C# | 2,012 |
refactoringguru/design-patterns-csharp | C# examples of classic design patterns used in software development | 805 |
shwangdev/designpattern | A collection of C++ implementations of various software design patterns | 3 |
anupavanm/csharp-design-patterns-for-humans | An ultra-simplified explanation of design patterns in C# with examples | 1,309 |
bugthesystem/design-patterns-and-idioms-in-es6 | A collection of design patterns and idioms in ES6 | 346 |
nimit95/real-world-design-patterns-node-js | Implementation of 23 GoF design patterns in Node.js with real-world examples and explanations | 384 |
jquery-boilerplate/jquery-patterns | Provides templates and boilerplates for structuring jQuery plugin development in various patterns | 1,589 |
joshnuss/design-patterns-in-elixir | A collection of Elixir implementations of common design patterns | 624 |
haxpor/ios-design-patterns | An iOS project providing sample code and playground projects to explore various design patterns including MVC, MVP, MVVM, and VIPER. | 139 |
toobug/javascript.patterns | This book's contents provide a comprehensive guide to JavaScript design patterns and best practices. | 750 |
vahidvdn/realworld-design-patterns | Practical examples and discussions on real-world design patterns with their unit tests | 115 |
oxnz/design-patterns | A collection of well-known design patterns implemented in multiple programming languages. | 112 |