Skip to content
dss edited this page Mar 7, 2016 · 17 revisions

##Welcome to the ds.oop wiki!

The purpose of the oop library is to make writing and maintaining classes in javascript easier. There are many libraries out there that already do this. Here are a few reasons why ds.oop is better.

  • very lightweight (about 2kb)
  • very fast
  • supports multiple inheritance.

In addition, ds.oop allows you to write significantly less code. This translates to faster load times for your js files. The result? Code using ds.oop will load/initalize faster than vanilla javascript in almost all cases not to mention making your code far more readable, maintainable, and modular.

###Table of Contents

###Documentation