Replies: 3 comments
-
I implemented a very naive approach a while back https://github.com/mimoo/cargo-specification, it simply parses your code and look for a special type of comment (i.e. |
Beta Was this translation helpful? Give feedback.
-
Love this. Presumably we can use the polynomial definitions we already have |
Beta Was this translation helpful? Give feedback.
-
BTW I'm still not convinced that this is the right path, I do think writing a separate spec forces you to write for other humans AND forces you to better understand the changes to the protocol you're making. Some examples of good specs in our field:
other specs that I like: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
Read this if you’re skeptical about the need for a specification, skip it otherwise.
Solutions
Beta Was this translation helpful? Give feedback.
All reactions