How to restrict code from developers
- by Kelvin
My company is planning in hiring outsourcers to work for us, but concerned to give whole existing code to outside world.
What is the proper way to deal with security of sharing code in such cases?
Is it possible to restrict part of code for developers? So each of them could work on their project without having access to whole repository.
P.S. The code we have is very integrated, and its hard to extract "one module", each module can use files from different locations.
Thanks in advance