5 ms·
I don't see it mentioned very often, but google's closure-library has some really phenomenal patterns for building maintainable javascript. Its worth checking o
by joetyson 15y ago
I don't see it mentioned very often, but google's closure-library has some really phenomenal patterns for building maintainable javascript. Its worth checking out Michael Bolin's book, Closure: The Definitive Guide, which goes in depth of the Component and Control frameworks.
I've been using the library for 2 or 3 years now, and I am always surprised to see it has such a small community.
- qusiba 15y agoExactly. I see closure as an ambitious effort to make JavaScript a better language for real complicate applications.
- eneveu 15y agoIt does look like an interesting library. It's weird that the community seems so small. Here is Michael's blog: http://blog.bolinfest.com/ http://blog.bolinfest.com/ And the HN discussion from when it was first open sourced: http://news.ycombinator.com/item?id=924426 http://news.ycombinator.com/item?id=924426 Compiler : http://code.google.com/closure/compiler/ http://code.google.com/closure/compiler/ Library : http://code.google.com/closure/library/ http://code.google.com/closure/library/ (UI / widgets) Templates: http://code.google.com/closure/templates/ http://code.google.com/closure/templates/