but in the end ... is it really harder than in java having to do
System.out.println("Hello World");
when in C I could do :
printf("hello World\n");
In the end I dont find namespaces a big deal.
You either use them and learn them, or you dont and you dont.
If your job is being forced to suck in XML that has namespaces then you learn how to use them.
If not you blissfully ignore them.
Writing good software takes work, there is no holy grail of "No Code Needed" or "No Brain Needed".