uicoded / js-state-encapsulation

Examples of state encapsulation in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript state encapsulation (without classes!)

Build Status

An example of how you can encapsulate state (and even make it private) with just plain functions and object literals. No prototypes, new, or this!

There are also tests for everything (i.e. 100% coverage, just for fun).

About

Examples of state encapsulation in Javascript


Languages

Language:JavaScript 100.0%