05-13-2024 04:46 PM
Hello,
What is the best way to reuse DQMH modules for future projects? I currently work at an ITAR facility so the code shouldn’t be uploaded anywhere.
I’ve read about PPLs and am aware of the VIPM reuse library.
Is there an issue with me just placing all my modules in a certain folder and just using the VIs from that folder and having them tied to the dependency of each new project? I just tried this with an API tester and it seems to work with no problem.
Solved! Go to Solution.
05-13-2024 09:16 PM - edited 05-13-2024 09:52 PM
You could consider creating a repository for every reusable module, and then using Git Submodules.
Git submodule basics:
05-14-2024 12:27 AM
Or if you were using SVN, then maybe SVN externals (similar but not exactly the same thing as git submodules):
What are the differences between Subversion and Git? - GitHub Enterprise Server 3.12 Docs