frc-frecon / frecon

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

frecon: Explicitly Require Dependencies #103

Closed rye closed 8 years ago

rye commented 8 years ago

Instead of trying to use centralized requires, (i.e. requiring files and expecting them to require other files so that we can use the contents of those files they're requiring) it is a better idea to explicitly name what we want to require.

This paradigm suggests the following course of action:

This PR contains the beginning work on this. Extensive testing should take place to make sure that dependencies aren't broken, as they likely will be.

rye commented 8 years ago

This is looking good to me now.

rye commented 8 years ago

:shipit: