Using Namespace / A Few Questions
- 
Hello Music Lover
Just A Few Quick Questions, Regarding The Namespace.
- 
Do I Need It At All?
 - 
Should I Place For Example All Related Commands To A Module Like Eq In Namespace Eq
All Distortions In Namespace Distortion n Etc Etc...? - 
Is This Process Add More Speed To The Exported Plugins Performance?
 - 
After Putting Commands Into The Namespaces, Do I Need To Save To File And Recall With Includes. Or Leving It As Is On Init Is Okey?
 
Any Advice Is Much Appreciated
 - 
 - 
You never "need" namespaces, but you should use them to organise your code to make it easier to manage. And definitely keep them in separate files.