L
Lea
Not only does my boss want to hide files from some
developers, he wants to be able to hide different files
from different users. We already use source control to
ensure that people cannot check out code that they should
not change. He wants some of the code to not be visible
to some developers.
The project is managed C++. All of the code is required
to successfully build the application. I thought to make
libraries so that code could be accessible as DLLs
through adding a reference, but these would need to be
source controlled and rebuilt when code changes. Also we
would need various libraries to hide the different parts
of the code for different people. This sounds like making
lots of places for things to go wrong.
My boss asked me "isn't there just some way you can hide
individual source code files in .Net?" I told him not to
my knowledge.
Any ideas of how I could achieve the hiding of some files
for some people in our .Net project would be appreciated.
-- Leah
developers, he wants to be able to hide different files
from different users. We already use source control to
ensure that people cannot check out code that they should
not change. He wants some of the code to not be visible
to some developers.
The project is managed C++. All of the code is required
to successfully build the application. I thought to make
libraries so that code could be accessible as DLLs
through adding a reference, but these would need to be
source controlled and rebuilt when code changes. Also we
would need various libraries to hide the different parts
of the code for different people. This sounds like making
lots of places for things to go wrong.
My boss asked me "isn't there just some way you can hide
individual source code files in .Net?" I told him not to
my knowledge.
Any ideas of how I could achieve the hiding of some files
for some people in our .Net project would be appreciated.
-- Leah