Javascript Namespacing. Does it increase JS/Browser performance ?

Posted by 29er on Stack Overflow See other posts from Stack Overflow or by 29er
Published on 2010-05-07T16:17:52Z Indexed on 2010/05/07 16:38 UTC
Read the original article Hit count: 109

Filed under:

SO i totally understand why we should namespace in javascript, but is it mainly for organizational purposes and to keep the global namespace uncluttered?. Does namepacing actually help in performance of the browser/JS engine. Just wondering what your thoughts were. Thanks

© Stack Overflow or respective owner

Related posts about JavaScript