Classical Object-Oriented Programming with ECMAScript (2012) https://mikegerwitz.com/papers/
 
 
 
 
 
Go to file
Mike Gerwitz 74476ca64a Initial commit of working draft, revised 2012-02-15 23:11:23 -05:00
sec Initial commit of working draft, revised 2012-02-15 23:11:23 -05:00
.gitignore Initial commit of working draft, revised 2012-02-15 23:11:23 -05:00
COPYING Initial commit of working draft, revised 2012-02-15 23:11:23 -05:00
Makefile Initial commit of working draft, revised 2012-02-15 23:11:23 -05:00
README Initial commit of working draft, revised 2012-02-15 23:11:23 -05:00
abstract.tex Initial commit of working draft, revised 2012-02-15 23:11:23 -05:00
coope.sty Initial commit of working draft, revised 2012-02-15 23:11:23 -05:00
coope.tex Initial commit of working draft, revised 2012-02-15 23:11:23 -05:00

README

This article is free; see COPYING for additional information.

This article, entitled "Classical Object-Oriented Programming with ECMAScript",
summarizes much of the research performed during the development of ease.js, as
classical object-oriented framework for ECMAScript/JavaScript. While the
information contained within the article is expressed in the author's own words,
an effort has been made to be as professional as possible to promote
modification without much distinction.

It is the author's hope that this article will continue to be updated with
additional research as the project grows. Contributors to ease.js can feel free
to update the document with information that is pertinant. Likewise, individuals
who have a strong method of achieving an object-oriented style in ECMAScript can
feel free to contribute their own ideas, so long as it does not add considerable
bloat or muddy the point of the article.