in reply to Re: Re: To USE or not to USE
in thread To USE or not to USE
Another advantage of being explicit in listing what functions you import is that your code is more self-documenting. You can see where each subroutine in your code comes from without having to know the default export lists of the modules you use.
|
|---|