Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
getting organized
#2
No, you should definitely split things up into modules (and packages if appropriate). It makes the code easier to navigate and think about. As for which modules you should have, well, that's difficult to answer. Things that are related should be grouped together, but I think there's definitely freedom of choice in what those groupings are. It would be useful to see your codebase if you want more specific advice.
Reply


Messages In This Thread
getting organized - by Nickd12 - Nov-05-2020, 03:21 AM
RE: getting organized - by ndc85430 - Nov-05-2020, 05:03 AM
RE: getting organized - by Larz60+ - Nov-05-2020, 01:35 PM
RE: getting organized - by Nickd12 - Nov-05-2020, 09:39 PM
RE: getting organized - by sunflowerjuice - Nov-06-2020, 01:27 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020