Answer the question
In order to leave comments, you need to log in
How and where to store the code?
Hello. We are currently working on a large project involving many freelance programmers. The question arose about the safety of parts of the code in one single place.
Tell me where and how can I store the code?
Answer the question
In order to leave comments, you need to log in
Any VCS, the most popular now is git. There is a SAAS for this case: gihub.com / bitbucket.com. You can raise gitlab at home (do not confuse with github), or bitbucket.
It is worth separating your internal projects and those that you outsource. For good, freelance projects should be done in a separate task manager AND separate repositories.
Should be banned. Your programmer pushes changes to the master branch only after the code review.
On server?!
If you need old versions of the project, use Git.
And before uploading a project to GitHub, make the repository private!
The question arose about the safety of parts of the code in one single place.If the task is to store all the code - store it as convenient (git, SFTP, etc.).
var inParams[], outParams[];
outParams=resultModule('coder-1','module-1',inParams); //result from module1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question