473,397 Members | 2,028 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Hide some modules from junior programmers

9815402440
180 100+
hi
i am developing a software on which 3 junior programmers are also working. there are some modules that i dont want to share with junior programmers. but some function in theses modules can be used by them. is it possible to hide modules from junior programmers.



regards
Manpreet Singh Dhillon Hoshiarpur
Jul 23 '10 #1
4 1452
Joseph Martell
198 Expert 128KB
What you are asking sounds more like a source control/file permissions task. I don't know if you are using VSS or Team, but I believe that both of those have permissions options that can be set up on specific files to restrict access.

As an alternative, you could move the sensitive modules into a separate project that the junior programmers do not have access to and compile them as a separate dll. Then the junior programmers would have to include the dll into their projects, but they could not modify the source unless you give it to them explicitly.
Jul 23 '10 #2
9815402440
180 100+
hi jbm1313

i have tried vss. it makes the modules readonly. so juniors cannot modify the module. but i want such system where junior programmers could not see the code. i can also not make dll at this stage, because project cannot be devided into parts.
is there any way that makes the module visible blank to the junior programmer??

thanx
Jul 24 '10 #3
Joseph Martell
198 Expert 128KB
Unfortunately, I don't know of any method to hide specific source from specific people in a single project.
Jul 26 '10 #4
ThatThatGuy
449 Expert 256MB
@9815402440
It isn't possible right now ... unless you develop something Application to do so...

But Never mind you cannot hide any file content from the great Notepad
Jul 27 '10 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Jelmer | last post by:
Hi I've been trying to create an addin similar to Find & Replace from Rick Fisher that looks thru your tables / queries / forms / modules etc.. for a reference to a string and optionally let's you...
4
by: osmarjunior | last post by:
When I try to make the current row invisible, I got an error. I put a checbox that turns some rows visible/invisible. Then if the selected row is turning to invisible, it raises an exception. ...
64
by: Bayazee | last post by:
hi can we hide a python code ? if i want to write a commercial software can i hide my source code from users access ? we can conver it to pyc but this file can decompiled ... so ...!! do you...
1
by: rodriguez | last post by:
Hi there, Is there still a market for Perl programmers? I am a relatively recent graduate of Computer Science. I only have two years under my belt. My longest contract involved a lot of...
13
by: BK | last post by:
Our .Net team has just inherited a junior programmer that we need to get up to speed as quickly as possible. Unfortunately, his skill set is largely Access with some VB6 and ASP classic...
173
by: Zytan | last post by:
I've read the docs on this, but one thing was left unclear. It seems as though a Module does not have to be fully qualified. Is this the case? I have source that apparently shows this. Are...
3
by: Roy Tong | last post by:
I maintain a shared database on Access 97. I've just tried converting a test copy of the database to 2003 and it appeared to work OK. That is I got no error messages. However then I look at my...
6
by: Ralph | last post by:
Hi, I was reading effictive C++ and some other books again and they all tell you about hiding implementation details (proxy/pimpl/inheritance) but they never really explain when to use it. I...
2
by: Brendan Miller | last post by:
How would I implement something equivalent to java's package private in python? Say if I have package/__init__.py package/utility_module.py and utility_module.py is an implementation...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.