Does anyone else have a filing system for their code.
I use 4 root folders and a set of sub-folders
1 - Commissioning code
As it says
2 - Test code
All experiments must be performed in the Test code folder.
3 - Pre production
Any code that works reliability (or seems to), but I am not fully confident to have launch without supervision; or it is code that does not have a fail safe wrapper which amounts to the same thing; or it is code that I am not using in production at the time.
4 - Production
Any code in Production must have a fail safe wrapper and must have sufficient assurance that the code can be launched automatically and without supervision.
This means the amount of code in number 4 is generally quite small which means I do not get confused if editing it.
