Skip to main content

Getting Started with Lifting Luggage example

Refactoring into Two Controllers

5:52 · Getting Started with Lifting Luggage example

Refactoring the single centralised controller into two separate controllers.

The lecture covers the following topics

  • Why refactor into multiple controllers
  • Splitting the controller BFB
  • Updating the app wiring
  • Testing the refactored design