Behaviors
Get familiarized with using a behavior for our interface having a dependency double.
We'll cover the following...
Interfacing to external dependencies with behaviors
The interface that the SoggyWaffle.WeatherAPI
module provides is simple, as it’s made of just one function. However, if we expand the functionalities of the SoggyWaffle.WeatherAPI
module, ...