frc-frecon / frecon

An API for building scouting apps for FRC competitions
MIT License
3 stars 0 forks source link

Separate VERSION and ENVIRONMENT from Variables #121

Closed rye closed 8 years ago

rye commented 8 years ago

In the interest of keeping things interesting and making things a bit more semantic, I've extracted the VERSION and ENVIRONMENT constants from the lib/frecon/base/variables.rb file into their own files. (lib/frecon/base/{environment,version}.rb)

This will allow things to be tested more thoroughly. Of course, this isn't a very pointed change, but I figure it's good to keep moving, and I want to get rid of this branch.