| I remember reading about someone simply adding legal texts to git. This is pretty much useless. I think that people who do this never saw a commercial legal database (or how it is called). What one usually need, is for example, to have cross-references, i.e. when a law contains phrase like "the certification is issued by a relevant authority", you want to have the "relevant authority" wrapped in a hyperlink pointing to an government order that designates that authority. Also, you typically want to have links to court cases related to some paragraph near it etc. If some change is planned to the law you want to have a note in the text like "this is going to change on September, 1", etc. Given that many countries have local laws, you might want to be able to filter by a place. Github might be used for storing raw documents as some weird kind of a database, but it is useless for actually trying to find out the answers to legal questions. To make an analogy, reading laws on Github is like reading source code without syntax highlighting and navigation. |