From import system
many people end up with import MyProjectLibraryScript
, which does cause problems [1] [2].
It's also unnecessary and can lead to "cargo culting", where people just assume they have to import system
for system functions to work, which is not true anywhere [3].