Software Engineering course "Software Architecture" from my first year of Master's at the University of Bordeaux, France.
The content of the course is here.
The course focuses mainly on Design Patterns and how to implement them.
The course website is here.
Exercise instructions are available in each exercise folder.
Corrections for all exercises are located in the correction folder.
- TP01 : Refactoring I & II
- TP02 : Abstract Factory
- TP03 : UI Builder
- TP04 : Soldier Decorator
- TP05 : Equipment Method Factory
- TP06 : Army Composite
- TP07 : Army Observer
- TP08 : Army Visitor