Python Forum
Should I use my own package?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Should I use my own package?
#1
Hello everyone,

there may be a few function of mine I will use and re-use through several projects.
These are something like copying files or create symlinks with all needed exception handling for this kind of operations.
I was wondering about creating again those elementary operations for each projects I manage or should I include a personal package that would prevent me from create the wheel again and again.
The question sounds dumb and the answer obvious but I am afraid to loose knowledge of standards modules like Path, subprocess and others if I wrap all elementary operations in a pretty package.

What do you think?
Reply


Messages In This Thread
Should I use my own package? - by ftg - Jan-03-2020, 09:42 AM
RE: Should I use my own package? - by Larz60+ - Jan-03-2020, 09:57 AM
RE: Should I use my own package? - by ftg - Jan-03-2020, 10:09 AM
RE: Should I use my own package? - by Gribouillis - Jan-03-2020, 10:36 AM

Forum Jump:

User Panel Messages

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