Hello, we have a group project in school and we asked to make a simple system, my problem is how do I divide the system into multiple executabls so that I will not be the only one doing the whole thing since this is a group project, maybe one of my classmate will do the updating of the application, I will do the login form, the other one will do the CRUD and so on and so forth.. Thank you.
Dividing Project in Multiple Executables
Collapse
X
-
You will need to have a team leader. The leader will coordinate between those doing different parts of the project.
You need to define database first, what functions will be needed on the project, and how they relate to each other.
Then give each person a part.
The team leader will then, very often, check to see if the people are following their roles. Have meetings often with all of them team and if any questions come up, everyone listens and gives suggestions.
Adapt, improvise, overcome!
Comment