Object-oriented programming in Desktop gadgets

Monday, October 08, 2007 at 1:15 PM



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! :)

1 comment:

vishnu said...

Really an informative article... thanks Teo!!