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?
#4
Everything that you can do to make your programming more comfortable is good. The issue with creating your own utility package is not forgetting the standard library, it is to create a dependency of your programs on this utility package. It means that if you want to modify the utility package later, you'll need to care about backward compatibility, and if you want to detach your programs later from this package, there will be some work here too. That said, as it will increase your productivity today, go for it.
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