Chapter 5. Object-Oriented JavaScript

Object-oriented JavaScript is essential when building large-scale Ajax applications. This approach to programming lends reusability, scalability, and flexibility to our applications. Object-oriented approaches provide a blueprint for object reusability, which ultimately tends to minimize the amount and duplication of code in our applications. Minimizing the amount and duplication of code not only helps us build an application faster, but it also makes updates and management a simple chore for developers. When approaching your application in an object-oriented way, there is some planning that is involved to make sure that your objects are reusable now and, in the mapped future, to lend scalability for any ...

Get Ajax for Web Application Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.