What Tools Does Google Use to Manage Their JavaScript? -


i reading this article , came across this:

gmail engineer adam de boor surprised audience noting company's gmail service written entirely in javascript, , of code, around 443,000 lines worth, written hand.

assuming wasn't talking gwt, that's ton of javascript code. made me wonder how manage all.

some questions: use write all? (i'm guessing emacs or vim or similar)

what use package , test all? know of sprockets packaging up, there else?

what use debug? firebug nice , all, have beefs it...

google uses home-grown javascript compiler optimize hand written js code before sending client. see http://code.google.com/closure/compiler/


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -