If you're writing code to run a 3rd party executable that can change as already noted, just write the code with the 3rt party package that does what you need.
If the package changes, you can edit your own code.
Worse case scenario, be it C or python, you'll have to write your library which you will have full control of, but you will also have to modify if there are anymore hardware changes made in the future.
No matter what, you're going to have to change code somewhere when they changes happen.
If the package changes, you can edit your own code.
Worse case scenario, be it C or python, you'll have to write your library which you will have full control of, but you will also have to modify if there are anymore hardware changes made in the future.
No matter what, you're going to have to change code somewhere when they changes happen.
Statistics: Posted by memjr — Mon Jul 15, 2024 5:42 pm