@ -168,3 +168,25 @@ For the group project we can adhere to semantic versioning to make it clear what
### repetition
Semantic versioning gives semantics to a version upgrade. If the first digit is incremented the new version has breaking changes. If the second digit is incremented the new version has some significant changes but is still backwards compatible. If the last digit is incremented the new version is just a patch.
## lecture 5th December 2023
### takeaway
- project management is about cooperation of people
For the group project we can keep in mind that project management is about the working together of people. It will be important for the success of the project that everybody is upfront about their doubts and annoyances. Such that potential confilicts and disagreements can be solved before they become too large too handle.
### repetition
The waterfall way of managing a project works by going through every step just once. First the planning is done when it is finished execution begins, etc. It is a linear process. However, the problem with this approach is that all the details and problems that will arise along the way are never known beforehand which can make this approach very futile.