imbstack/eecs341-project

Classic style to modular style conversion

Closed this issue · 1 comments

The app is currently in classic style, meaning that all of the logic is contained in a single file. It would be nice to convert to modular style, which is much closer to the Rails structure. The process for this conversion is described in the Sinatra documentation.

This was a mistake on my part. Will not be going forward with this.