Doing some exploration into OO using JavaScript and would love to read up on code organization. There's a lot of content out there that shows you *how* to create objects in JavaScript but not much past there when it comes to actual implementation.
Basically, I'm looking for the how/when/why of creating objects to organize your code. For example, when you should do object instantiation (i.e.: new Foo();) vs just creating a singleton? Or how to organize your API in a manner which makes code reusable, readable and maintainable. Anyone know of any good resource for this? Also, if you have code that leverages OO principles which you're especially proud of and don't mind sharing, I would love to see it. Rey...
_______________________________________________ JSMentors mailing list [email protected] http://jsmentors.com/mailman/listinfo/jsmentors_jsmentors.com List Archive: http://jsmentors.com/pipermail/jsmentors_jsmentors.com/
