OSCSYS / brewtroller

BrewTroller Open Source Brewing Control System
9 stars 15 forks source link

Eliminate Global variables #26

Open mattreba opened 9 years ago

mattreba commented 9 years ago

This is a long-term goal. Begin by creating a BrewTrollerApplication singleton and gradually refactor portions of the code to use objects held by this object. Start with Vessel objects and VesselRoles in #25.