> > Or how to organize your API in a manner which makes code reusable, readable > > and > > maintainable. Anyone know of any good resource for this?
About making the code reusable and maintainable... I've bought this book a couple weeks ago but didn't had time to read it yet: http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882 - check the reviews and table of contents, I've only browsed it quickly but it seems pretty good. PS: the examples on the book are written in Java but you probably don't need to know Java to understand the concept, most things should apply to any language. cheers. -- Miller Medeiros | blog.millermedeiros.com _______________________________________________ JSMentors mailing list [email protected] http://jsmentors.com/mailman/listinfo/jsmentors_jsmentors.com List Archive: http://jsmentors.com/pipermail/jsmentors_jsmentors.com/
