It has been asked before, but I would really like to have a concept of namespaces which would make it a lot easier for me to partition my code.
I could write helper libraries without having any name conflicts in the applications that use these libraries.
For those not aware of namespaces or not wanting to use them a "default namespace" could be used.
I could write helper libraries without having any name conflicts in the applications that use these libraries.
For those not aware of namespaces or not wanting to use them a "default namespace" could be used.