Tag Archives: OOP

Code readibility: little zoom on Implements from MooTools

I would like to spend a few lines about the Implements feature, from MooTools. Like many other frameworks / toolkits, MooTools provides utilities for DOM manupulation, effects, etc… but what i really enjoy is the way it provides writing code, … Continue reading

Posted in Code readibility, Javascript, MooTools | Tagged , , , , , , , | Leave a comment

A “Class” function to define classes in Javascript with MooTools like syntax

Updated the 08/02/2013 I really enjoy to organize my Javascript code as objects and get profit by using inheritance. “Approaching Javascript as Javascript and not as Java”, i read that so many times; Javascript is / can be OOP and … Continue reading

Posted in Javascript, jQuery, My code, Programming | Tagged , , , , , , | 7 Comments