David Rodenas PhD
1 min readAug 10, 2020

--

You are confusing DOM with Javascript. A classic mistake. The main difference between Javascript and the rest of the languages is how it deals with globals and dependencies. The rest of the languages you are very limited on how and which libraries you can use, some times dependency resolutions are like sudokus. But, in Javascript, you can include two versions of the same library without conflicts. The use of the closure is so smart that it overcomes all the problems that other languages have with their globals and statics symbols. The http://www.modulecounts.com/ is proof of this, while other languages have problems to increase their libraries, Javascript libraries can grow without limits.

--

--

David Rodenas PhD
David Rodenas PhD

Written by David Rodenas PhD

Passionate software engineer & storyteller. Sharing knowledge to advance our skills. Join me on a journey of discovery in the world of software engineering.

No responses yet