|
|
|
|
|
by eruci
2513 days ago
|
|
There is more than one way to look at it. I've been coding in Perl for 20 years, I'm a CPAN author [1] and I just published my third CPAN contribution yesterday. I've written over half a million Perl lines of currently in use enterprise cloud software[2] and I'll keep coding in Perl because I don't like the big snake dictatorship of "There should be one — and preferably only one — obvious way to do it." [1] https://metacpan.org/author/ERUCI [2] https://aws.amazon.com/marketplace/seller-profile?id=434e986... |
|
That is a python design principle https://en.wikipedia.org/wiki/Zen_of_Python
Now there are multiple (sometimes very confusing) ways to import stuff in python, so I am not quite sure if this principle is being followed.
https://realpython.com/absolute-vs-relative-python-imports/