You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its great that there's a tutorial for this.
Seems like a tutorial should always try to stick to 100% best practices though.
Defining the same value multiple places, is the opposite of that.
eg: both setup.py and init.py define
version, name, and description
Furthermore, description is DIFFERENT between the two?
So, either they should get their definitions from the same source, or there needs to be explanation why these things look the same, but they are actually supposed to be different
The text was updated successfully, but these errors were encountered:
Its great that there's a tutorial for this.
Seems like a tutorial should always try to stick to 100% best practices though.
Defining the same value multiple places, is the opposite of that.
eg: both setup.py and init.py define
version, name, and description
Furthermore, description is DIFFERENT between the two?
So, either they should get their definitions from the same source, or there needs to be explanation why these things look the same, but they are actually supposed to be different
The text was updated successfully, but these errors were encountered: