Tag Archives: OOP

Structr.js

Structr – Structure for JavascriptStructr is a framework that aims to: Provide a super low learning curve coming from OO background. Help javascript developers write re-useable, clean, and consistent code. Be fun, and easy to work with. via spiceapps/Structr – … Continue reading

Posted in crafts | Tagged , , | Leave a comment

Clean JavaScript inheritance

Clean JavaScript inheritance Object extending in JavaScript is done with the prototype property, and in most cases simple prototype reassignment is sufficient for creating classes. But when you are developing a more complex application, you code quickly becomes ugly, because … Continue reading

Posted in general, web pollution | Tagged , , , | Leave a comment

joose-js – Project Hosting on Google Code

joose-js – Project Hosting on Google Code Joose is a self-hosting meta object system for JavaScript with support for classes, inheritance, mixins, traits, method modifiers and more. Joose makes object-oriented programming with JavaScript easy, declarative and very productive. The Joose … Continue reading

Posted in general, web pollution | Tagged , , | Leave a comment