Permalink

0

Managing JavaScript Application Resources with the Flyweight Pattern

Read Later submit to reddit

In design patterns, the flyweight is considered one of the most useful classical solutions for code that's repetitive, slow and inefficient – for example: situations where we might create large numbers of similar objects. It's of particular use in JavaScript … Continue reading

Permalink

198

Essential JavaScript And jQuery Design Patterns – A Free New Book

Read Later submit to reddit

  Hey guys. Today I'm happy to announce the release of a free book I've written called 'Essential JavaScript & jQuery Design Patterns For Beginners'. Design patterns are reusable solutions to commonly occurring problems in software development and are a … Continue reading