Summary
Now, you should feel fairly comfortable with the requirements surrounding the Speaker Meet application and have had a decent introduction to the API, Service, and Repository layers for the Speaker section of the back-end application. Mocks and Fakes continue to play a role in the Test-Driving of the program.
In Chapter 8, Abstract Away Problems, more will be discussed with respect to abstractions. The models for SpeakerSummary
and SpeakerDetail
will be grown to include more properties. Additional details will be provided on how best to increase the functionality, and with it the complexity, of the application.