JakubMisek
Can't speak for the rest, but for Laravel where classes frequently have the same class name due to convention, normally I look for the line with the word Facade
and pick that. However, now I have to choose between 2 Facade
, inline
vs use
, that is what I meant by the cognitive load.
But I can see why it is a good idea, sometimes when we want to include traits (which starts with use
), Let me use it a bit more, but meanwhile, would be great if I can disable use
through a setting. 😉
Thank you!