I'd like to see the folders being renamed so they don't contain the minus/hypen -any more.
Instead we should use underscores like this: "python-package" becomes "python_package".
Python e.g. doesn't accept hyphens in relative imports:
There might be more circumstances where the hyphen is a big hinderance.
I'd like to see the folders being renamed so they don't contain the minus/hypen
-
any more. Instead we should use underscores like this: "python-package
" becomes "python_package
".Python e.g. doesn't accept hyphens in relative imports:
There might be more circumstances where the hyphen is a big hinderance.