Singleton in TypeScript / Design Patterns
The catalog of annotated code examples of all design patterns, written in TypeScript.
The catalog of annotated code examples of all design patterns, written in TypeScript.
A barrel is a way to rollup exports from several modules into a single convenient module. The barrel itself is a module file that re-exports selected exports of other modules.
Rubik's Cube patterns gallery with algorithms, images and animation: Superflip, checkerboard, snake, cross, the cube in a cube and many other nice motives.
Interactor provides a common interface for performing complex user interactions. - collectiveidea/interactor