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
Storing the long blobs of prose in main.py gives the file lots of "responsibilities" and can make it more difficult to know when someone is modifying code versus prose. I recommend moving these blobs of prose into a separate file and importing it where necessary.
The text was updated successfully, but these errors were encountered:
Storing the long blobs of prose in
main.py
gives the file lots of "responsibilities" and can make it more difficult to know when someone is modifying code versus prose. I recommend moving these blobs of prose into a separate file and importing it where necessary.The text was updated successfully, but these errors were encountered: