### Exercise2.1. What is the best way/strategy to divide the work among yourselves? - Define the subsets of parts which can be (mostly) independent and divide them in a suitable way between each members. Work on the independent parts (1) of the same task/project (2). (1) : To minimize overlaps/collisions ( // parallel process) (2) : To be able to debug and adapt regularly the growing project and understand the problems of each others. ( // iterative process) - Brainstorm discuss and think (with+without the members) on how to solve the most complexe tasks/parts. - Assemble and adapt each piece of the project step by step.