开发者

how to protect php files

We're mak开发者_StackOverflow中文版ing a system as a group, and I'm the lead programmer. And I don't want that one of my group members will be able to steal my code and brag to others that they're the one who made it. Is there any technique that I could employ so that the code will be disarrange or encrypted or anything so that I'm the only one who could read the codes or something like that.


If you want to prevent people from telling "others that they're the one who made it", then you could use a source control system. They attribute an author to each commit, so there's no ambiguity over who created which piece of code.


There was a similar question a few weeks back. The major trend in answers was, forget it. If you can trust your team that little, you need a new team.

Edit: Found it by searching Google for the accepted answer, which I remembered :)


Use a distributed revision control system (like git), every commit is associated with a committer. And it's easier to work in a team anyway.

If you're the lead programmer, assign tasks to your other team members. Why should a programmer commit large amounts of code to module A, if he is supposed to work on module B?

And last but not least: If the lead programmer distrusts his own team this much, there should be a new team, a new lead programmer, or both!


It really sounds like you need to change teams, but on a completely different note: How about going Open Source with your Project using something like Github?

That way, nobody could steal each other's credit because every commit is made by name. Plus, there is no stealing of code because it's public anyway.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜