I have a file with a use statement. Later in the same file, after some code, I include a file that itself has the same use statement as the containing file.
Is this something that must absolutely be avoided ? Or is it a common practice ?
The "use"s in included files doesn't changes any "use" statement in the calling file.