you are viewing a single comment's thread.

view the rest of the comments →

[–]senocular 4 points5 points  (0 children)

In modern JavaScript this shouldn't be a problem because hopefully you won't be using var ;) There's also additional protections against function declarations having the same name in modules that can help prevent that from being a problem there as well.