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.
5 Réponses
+ 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?).
+ 5
You can use Visual Studio teamservice in the link below
www.visualstudio.com/vso/
+ 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
0
Open yourself a WhatsApp group
0
@Restoring faith, thank you so much 😊