Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 424 Bytes

ExcerciseAnswers.md

File metadata and controls

12 lines (7 loc) · 424 Bytes

Exercise 3

Design Patterns

Our main goal was to implement our framework as flexible as possible and we did not try to implement a specific pattern. In the end we realised that it is quite similar to the Chain-of-responsibility pattern, specifically the Pipes and Filters Pattern.

Exercise 4

Logger & Executable Message

An example of our newly added executableMessage can be observer in our main function.