Technically, I agree with you, but practically, I don’t agree.
Suppose we have a namespace “creditcard”, and we already have a class called “CardController” and “CitiAgent”.
Now, we need to introduce “AmexAgent” class.
We want to keep AmexAgent class under “creditcard” namespace.
So, if “AmexAgent” class is defined under “dummy” namespace in Sandbox, we do not want to deploy the class to “dummy” namespace in non-sandbox tenant. Of course, we can manually recreate the class under “creditcard” namespace in the main tenant and make necessary changes in JSP, java class, and javascript, but that’s not ideal.
We can get the work done with workarounds, but I don’t think this is what the sandbox was for.
#webMethods#AgileApps