bdarcus / csln

Reimagining CSL
Mozilla Public License 2.0
12 stars 0 forks source link

refactor: sort/group -> processing #84

Closed bdarcus closed 1 year ago

bdarcus commented 1 year ago

Threw out initial idea here, and instead refactored to allow:

processing: author-date # combines sorting and grouping config

I may want to generalize this still further, or otherwise move things around, since things like disambiguation are connected to grouping and sorting.

It could be, for example, I move the config method to Config itself.

Close #83