top | item 43017009

(no title)

taaron | 1 year ago

Was looking around for examples of git for complex document/policy management outside of software/code and found this repo where the Council of the District of Columbia stores its statues and code as code in a git repo with a full history of commit changes, diffs etc.

discuss

order

jauntywundrkind|1 year ago

It was amazing days in DC with Tom MacWright building the initial tools to make this so. It'd be so amazing for all governments to do this, to make the law (& how it changes over time) readily available.

You'll have to copy paste this, since Tom blocks HN: https://macwright.com/2013/04/16/dc-code-hackathon

taaron|1 year ago

Exactly - the amount of transparency provided by this commit history and diff is really cool. So many ways git features provide some interesting ideas e.g. could PRs be a way to track changes from different parties or even citizen groups? Could PR reviews/comments be a way to capture public discourse?