Skip to content

Commit

Permalink
Update DRY-T&C mention labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain authored Nov 27, 2024
1 parent 0c87849 commit 5dcc911
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proposal/DRY-T&C.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ Here comes my proposed solution...

An open standard international registry of unique contract identifiers. Each identifier maps (associated) to a complete, clear, unambiguous, legally-sound, document that could be used as-is or as a template for customized docs. Every major (semantically breaking) update must have a different version number, and the previous version must still be available for reference.

To allow custom contracts to specify modifications ([`diff`s](https://en.wikipedia.org/wiki/File_comparison)), a standard diff description format (like Git's) should be used for machine-readable text. For human consumers, something like `Section 3, paragraph 5, sentence 4, is to be replaced with "blah bleh..."` could be used instead, but each one of those "part-numbers" must be rigorously defined by the specification (How exactly do we split sentences?), not the author of the custom-contract.
To allow custom contracts to specify modifications ([`diff`s](https://en.wikipedia.org/wiki/File_comparison)), a standard diff description format (like Git's) should be used for machine-readable text.

For human readers, something like `Section 3, paragraph 5, sentence 4, is to be replaced with "blah bleh..."` could be used instead, but each one of those "part-numbers" must be rigorously defined by the specification (How exactly do we split sentences?), not the author of the custom-contract. An alternative is to explicitly label each section of the document: this allows automatic [TOC](https://en.wikipedia.org/wiki/Table_of_contents) generation, and is efficiently searchable by software.

## Outro
I guess that's it! It really is ["quite simple"](https://youtu.be/7iHGoBVLtyY).
Expand Down

0 comments on commit 5dcc911

Please sign in to comment.