js_designpatterns
Design pattern examples
A collection of design patterns in JavaScript with examples and explanations using jQuery.
26 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,143 |
chuanxshi/javascript-patterns | This repository provides documentation and examples of various design patterns implemented in JavaScript to solve common software development problems. | 9,392 |
nemanjarogic/designpatternslibrary | A comprehensive design patterns library in C# | 2,018 |
refactoringguru/design-patterns-csharp | C# examples of classic design patterns used in software development | 819 |
shwangdev/designpattern | An implementation of key software design patterns in C++ | 3 |
anupavanm/csharp-design-patterns-for-humans | An ultra-simplified explanation of design patterns in C# with examples | 1,320 |
bugthesystem/design-patterns-and-idioms-in-es6 | A collection of design patterns and idioms in ES6 | 347 |
nimit95/real-world-design-patterns-node-js | Implementation of 23 GoF design patterns in Node.js with real-world examples and explanations | 386 |
jquery-boilerplate/jquery-patterns | Provides templates and boilerplates for structuring jQuery plugin development in various patterns | 1,588 |
joshnuss/design-patterns-in-elixir | A collection of Elixir implementations of common design patterns | 626 |
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. | 748 |
vahidvdn/realworld-design-patterns | Practical examples and discussions on real-world design patterns with their unit tests | 119 |
oxnz/design-patterns | A collection of well-known design patterns implemented in multiple programming languages. | 112 |