...

/

Challenge 1: Remove Temporal Coupling

Challenge 1: Remove Temporal Coupling

Test your knowledge by writing code for a non-temporally coupled version of the PriceCalculator class.

Problem statement

In the “Temporal Coupling” lesson of this chapter, a PriceCalculator class was discussed to explain the concept. Later in the ...