How to work with a group on a project ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to work with a group on a project ?

I think a lot of programming enthusiasts want to create some small projects, especially after learning the basics. But the problem is, they do not know how to work with a group and coordinate among themselves.

23rd Apr 2017, 1:56 PM
Elghozi Nasreddine
Elghozi Nasreddine - avatar
5 ответов
+ 9
Check out GitHub, you can exchange files there and see who did what. (There's probably better things for beginners though, like what the others suggested). If you guys can't coordinate you need to follow procedures. Such as: * Organise, who does what. What will that do¿ Will this part need to be functional on its own, or simply be an extension of what someone else is doing? * Follow programming standards - Use certain naming conventions (noCapsThenCaps for variables, and methods, ALL_CAPS for constants, etc..) * Maybe choose a leader, let it be the strongest programmer. The group needs to figure out what is required to make that program before coding. For example: What classes are required? Then the leader can decide who needs to do what class. The members need to know what is required to make the class, that is, they need to know what it's supposed to do and how it works with another class. (If it's extending something, why?).
23rd Apr 2017, 3:37 PM
Rrestoring faith
Rrestoring faith - avatar
+ 5
You can use Visual Studio teamservice in the link below www.visualstudio.com/vso/
23rd Apr 2017, 1:59 PM
Nithiwat
Nithiwat - avatar
+ 2
Send me a mail and let's collaborate in a real time coding abdelghaderfall@gmail.com waiting for ya @Nassreddine Ghozzi and anybody else
24th Apr 2017, 7:47 PM
Abdel
Abdel - avatar
0
Open yourself a WhatsApp group
23rd Apr 2017, 1:58 PM
RK raptor
RK raptor - avatar
0
@Restoring faith, thank you so much 😊
23rd Apr 2017, 4:31 PM
Elghozi Nasreddine
Elghozi Nasreddine - avatar