I am creating a C# assembly which has logical folders in it. Every time I add a file into a folder it has a different namespace because of the folder.
I am curious that should I rename each one to same namespace or leave it as it is.
Which one is best practice?