A couple risks of using more than one namespace without defining the correct one each time. One example could be that when using two commands that are shared between two namespaces that you have given might collide and not serve the correct purpose. Another risk of using more than one namespace is that when using both namespaces simultaneously could cause a namespace “clash” which will make your code not work correctly due to the computer not understanding which strings of code belong to what namespace.
1 Like