Search code examples
google-closure-compilergoogle-closuregoogle-closure-library

Future of Google Closure open source project


I love using the Closure library and the ideas behind using the Closure Compiler with the library. I've used it in several projects already, such as Post This For Me. A resent project.

I'm thinking about using Closure on a huge project I've got coming up where I'll be working with lots of developers who aren't as up to speed as me.

One thing I don't like about using Closure is the lack of good documentation, help and examples across the web.

My question is, what is the future of the open source Closure project? Has Google given up on it? I know it's used an awful lot inside Google but I rarely see it being used elsewhere on the web. Should I steer my team towards using it or might I be making a huge mistake?

Thanks in advance for your help and advice. Hope maybe some Googlers might see this.


Solution

  • My question is, what is the future of the open source Closure project? Has Google given up on it?

    The project is still very active - inside Google as well as out. I know of several large organizations who use it external to Google. As an external contributor to the Closure-compiler project, I have a bi-weekly video call with the rest of the project team.

    One thing I don't like about using Closure is the lack of good documentation, help and examples across the web.

    Yes this is an issue - specifically with Closure-library. The code itself is highly self-documenting, however, the official documentation of the API is out of date and needs regenerated. This is something I raised directly to contacts in Google so hopefully it will be fixed soon. The API documentation is generated directly from comments in the source code, so it's all still there though.