Skip to content Skip to sidebar Skip to footer
Showing posts with the label Design Patterns

Why Module Pattern?

I've read a lot of things about the module pattern. Ok It brings structure, private method, etc… Read more Why Module Pattern?

Rxjs Nested Subscribe With Multiple Inner Subscriptions

Original promise based code I'm trying to rewrite: parentPromise .then((parentResult) =>… Read more Rxjs Nested Subscribe With Multiple Inner Subscriptions

Ways To Create A Singleton With Private Variables?

I'm trying to create a singleton that has variables not directly mutable from the outside. This… Read more Ways To Create A Singleton With Private Variables?

What Is This Design Pattern Known As In Javascript/jquery?

I was looking over the JavaScript source code for SlickGrid. I've noticed that slick.grid.js ha… Read more What Is This Design Pattern Known As In Javascript/jquery?