1. Try to make smaller functions whose names describe the functionality for example: _turn_off_all()_, _play_disco()_. 2. Make the header file with declarations of these functions in **.hpp** and definitions in **.cpp** file.