Object-oriented programming in Desktop gadgets
October 8th, 2007 | Published in Google Desktop API
How can a program help its users? Through the interface and the features it offers. And how can a program help its programmers? Many techniques are out there, but one stands out: object-oriented programming (OOP). It enables you to create a natural interaction between elements in your program, while keeping the code organized. OOP also makes bugs or upgrades easier to handle.
My latest article details the subject of OOP in Google Desktop Gadgets — how to understand OOP, use it, and implement it in JavaScript. After just a few minutes of reading, you'll have some cool tips to use in your next gadget! :)