dpwright / srs

A highly extensible command-line spaced repetition system
BSD 2-Clause "Simplified" License
57 stars 3 forks source link

models: Store each model in a subfolder #3

Closed dpwright closed 12 years ago

dpwright commented 12 years ago

Right now, each model is a single file on its own either in the library models/ folder or in the workspace models/folder. The file is named after the model class.

Storing these in subfolders would improve matters in a number of respects. Model authors could use multiple files in creating their models. The filenames wouldn't matter (only the name of the containing folder). And anyone using git to manage their decks could add somebody's model simply by adding it as a submodule.