Question #941

Which one is a bad practice?

For a large set of code, if you import * you will likely be cementing it into the module, unable to be removed. This would make it difficult to determine what items used in the code are coming from 'module'. (stackoverflow.com/questions/710551/use-import-module-or-f...)


Comment on Disqus:

Comment on Twitter:

Question difficulty: 🔵🔵🔵🔵🔵