This is a long term goal. As code moves into the Application object referred to in #26 we should be able to gradually reduce the number of ino files down to just BrewTroller.ino. This file will remain to support users who want to upload using Arduino IDE. This file will contain only the setup() and loop() functions with minimal code. Additionally, a Main.cpp will be created with a main() function that mirrors the logic of setup() and loop().