Here is my #JavaScript ๐ง best practice tip of the day ๐: Do not execute code in a module without being called. Bootstrapping/configuring of modules must be done in one place ๐ not all around the app ๐.