Kaz Kylheku wrote :
Javascript programs are scanned at the character level by the browser as part
of loading a page.  So there are severe practical limitations on how large
Javascript programs can be.

Namespaces are useful only in very large programs.

But even more useful where you are getting libraries from several sources.

Without a generally acknowledged name space scheme different developers will tend to walk all over each others variable/function names. Especially as Javascript has global variables.

--
Wojtek :-)


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to