This is the last stretch of my hospital simulator project. I was given a template by my teacher, and I am supposed to implement my own solutions. The goal this week is to refactor the code into different design patterns. I am making use of the strategy pattern so that I can switch the kind of alert generator I use.
Can anyone help me trace the logic of the code for refactoring efforts? I'm sort of getting lost in it if that makes sense.