Reviewing and testing our refactored code
Over the course of this chapter, we took a repetitive FlightTracker
class and restructured it to ensure that its method signatures were more consistent and that common logic was reused wherever possible.
Refactored code
The final refactored code from this chapter is available in the https://github.com/PacktPublishing/Refactoring-with-CSharp repository inside of the Chapter04/Ch4RefactoredCode
folder.
Before we move on, we should ensure that all tests still pass by running the unit tests from the Test menu and then selecting the Run All Tests menu item.