Advice on script organization.
-
I'm looking for tips on how to best organize different versions and iterations of various main.py and boot.py scripts. After working with the WiPy for several months I have amassed many different scripts but want to keep them usable. Any good advice on naming and/or calling different scripts?
-
Branches + Source Control
Git helps a ton. but even an older source control system like SVN would be better than nothing.