Well, the most obvious risk is that the if an item has the same name in different namespaces, the moment we call the item in the code, our programming environment will look at the names of items/namespacecannot and cannot judge if there is a difference IN the items or decide which one to use causing a clash.
As a very beginner, I’ve never had this problem but I am expecting a conflict causing either:
- Compiling error
- Crash of the program whle running
- one of the 2 (or more) items is selected according to some “priority settings”: This scenario is quite risky because the program would run but we “might” not be aware if the wrong item is being used.
Did I hit some of them?
Thanks for the feedback
Cheers
Emanuele