How to restrict code from developers
Posted
by Kelvin
on Stack Overflow
See other posts from Stack Overflow
or by Kelvin
Published on 2010-05-21T20:19:38Z
Indexed on
2010/05/21
20:30 UTC
Read the original article
Hit count: 261
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
© Stack Overflow or respective owner