adr/0002-coordinators-for-navigation.md
Date: 2023-03-23
Accepted
The BrowserViewController (BVC) in Firefox for iOS has grown into a monolithic class responsible for handling navigation, managing views, and coordinating the entire application flow. This design leads to:
These issues make it difficult to add new features, test navigation, or introduce modern iOS paradigms like multitasking.
We will adopt the Coordinator pattern as the navigation management strategy for Firefox iOS.
This involves introducing: