An open API service indexing awesome lists of open source software.

https://github.com/bttmly/thisless

OO JS without 'this', 'new', prototypes, or inheritance.
https://github.com/bttmly/thisless

Last synced: 3 months ago
JSON representation

OO JS without 'this', 'new', prototypes, or inheritance.

Awesome Lists containing this project

README

        

# "this"less

OO JavaScript without `this`, `new` instantiation, inheritance, or prototypes. Instead, objects are constructed with composition and closures. These are just sketches and explorations of patterns to see what works and what doesn't.