gugi9000 / foosball

A ratings tracker for the office foosball league
MIT License
1 stars 0 forks source link

Restructure source code #20

Closed LFalch closed 7 years ago

LFalch commented 7 years ago

The one source file is getting rather bloated and messy.

It should be extended out to some separate modules, a bit like this:

// This then refers to a file called some_mod.rs.
// Make sure to make everything needed from the module public with `pub`.
mod some_mod;