azttor
azttor
CC#
Created by azttor on 8/24/2024 in #help
Observer pattern and strategy pattern together?
the observer then would be able to check the class instance type is of the correct strategy for it to proceed or would it just be better for Update() to just take in a generic<T>?
5 replies
CC#
Created by Mile on 8/23/2024 in #help
Payments - architectural dilemma
look into the strategy pattern if you haven't already. Each payment method should be a separate strategy.
7 replies