646e62 / case-brief

Generates a FIRAC-style case brief from a reported decision
GNU General Public License v3.0
2 stars 0 forks source link

Move abbreviations and other global data to separate JSON files #35

Closed 646e62 closed 1 year ago

646e62 commented 1 year ago

Identify and move globally-accessed variables into data files that can be imported (and updated) across files.

bbelderbos commented 1 year ago

= DRY + also namespacing ("one honking great idea" as per the Zen of Python)

646e62 commented 1 year ago

The more I see chances to use it, the more I agree!