Quote from mcgene4xpro:
I am thinking to put my calculation logic in one Java code and the execution logic in another code. Giving each for a different coder. and run/test both on different PCs on different locations. So no coder will have the code of the other.
Does this possible?
So, when the execution coder work , he will work only on the code of execution and i will have the calculation code on my desktop and on testing could his pc call my pc to send call to other half?
Is Java preferable in this regard?
The langauge is irrelevant.
Are you able to efine proper full test suites enale both sides to be completely tested independently? If not the rest does not matter.