Forgot your password?
typodupeerror

Comment Re:Vs. Mootools? (Score 1) 154

Mootools allows for using traditional OOP concepts like "Class", "Implement", and Extend" in your JavaScript code. I haven't seem a similar mechanism in any other "lightweight" javascript library, including jQuery. I can think the same in my Java and JavaScript, while simplifying my code base by using inheritance and polymorphism. Having OOP in JavaScript might seem silly or unnecessary, but for large apps, it really helps. When I was coding a website that required drag and drop with validation that the input source could be dropped onto the drop target it saved me lots of time.

Slashdot Top Deals

"If you want to eat hippopatomus, you've got to pay the freight." -- attributed to an IBM guy, about why IBM software uses so much memory

Working...