Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
General Curiosity
#2
Some general thoughts:

1. Use a version control system (e.g. Git) to track changes you make to the code. The commit hashes can be used for versioning.

2. Write automated tests (unit tests, for example) for your application so that you're sure it works as it should and continues to do so as you make changes.
Reply


Messages In This Thread
General Curiosity - by JVoogt - Oct-13-2019, 03:11 PM
RE: General Curiosity - by ndc85430 - Oct-13-2019, 05:07 PM
RE: General Curiosity - by perfringo - Oct-14-2019, 10:17 AM

Forum Jump:

User Panel Messages

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