Unlock this challenge:
Imagine we have an InvoiceManager class that calculates the total for an invoice. For the logic that calculates the taxes, we’re going to use the strategy pattern. What would be a good name for that interface?
TaxStrategyInterface
Both are good and have pros and cons
TaxCalculatorInterface