D
D
devlocal2018-12-12 10:14:43
git
devlocal, 2018-12-12 10:14:43

How to organize the work of a team without full access to all project codes in PHP?

Tell me how you can organize development in PHP in a team of programmers only so that none of them would see the entire project as a whole, but would have access only to their written codes. It is also desirable that when developing in PhpStorm there were hints when entering the names of class methods.
Git is not suitable because there the project is completely copied to the local computer

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
Optimus, 2018-12-12
@devlocal

Storm needs all the code, otherwise the hints won't work. You have a bad idea. On kraynyak - use microservices.

S
Stanislav B, 2018-12-12
@S_Borchev

Tell me how you can organize development in PHP in a team of programmers only so that none of them would see the entire project as a whole, but would have access only to their written codes.

Make a bunch of separate libraries / services, then let the person who has the right to know everything put it all together. But it will not be easy to design it correctly.
So you should think carefully about whether you really need it. The cost and chance to sit in a puddle increases significantly.

M
Mykola Ivashchuk, 2018-12-12
@mykolaim

Sign an NDA and don't reinvent your wheel.

A
Andrey Shatokhin, 2018-12-12
@Sovigod

The idea is game and tin. But if you want, this is implemented in SVN right out of the box.
Of course, there will be no highlighting in phpstorm.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question