-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation - Intro #62
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks quite good!
Several comments:
- Nitpicking here and there. p.s. there is a "-" in non-interactive 😬
- You don't mention "lower bound" in the very beginning and stay quite general with not well defined terms ("evidence", "valid", "knowledge"...). I think the introduction would improve by being more precise (then when it is clear about what validity or an evidence or and so on are, you can use these terms everywhere). The first sentence must be straight to the point.
- Some points are repeated across different sections (you talk about decentralized system or blockchain in a few places, there is a "key application" at the beginning and applications section at the end...).
I just discovered noninteractive in one word is also a correct spelling sorry! 🤦♂️ |
Co-authored-by: Raphael <[email protected]>
…ling/alba into curiecrypt/doc-intro
Co-authored-by: Raphael <[email protected]>
@djetchev, @rrtoledo, @tolikzinovyev
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First pass, on the readme only.
It looks really good! The only point I have is that privacy is not a feature of Alba, hence I put some comments to correct this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did an initial pass. My first impression is that it's pretty good docs except some sentences could be more concise and precise. I would need more time to think carefully about what is missing and what is possibly redundant, and if there is a better structure.
Major request: could we have each sentence on each own line in the readme markdown? Right now when leaving review comments, you need to make extra effort to say which sentence it refers to. It's also difficult on the receiving side I imagine.
Co-authored-by: Raphael <[email protected]> Co-authored-by: Tolik Zinovyev <[email protected]>
@tolikzinovyev Thanks for the feedback and the suggestions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The readme looks significantly better, thanks for the improvements! I left some minor comments there and reviewed intro.md.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I added a few comments and suggestions.
Feel free to disagree with my nitpicks, it was mostly to split long sentences in 2 (and sometimes to clarify).
Co-authored-by: Raphael <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Content
This PR aims to provide
Pre-submit checklist
Comments
Run the following command to compile the documentation:
Note that you might need to run
cargo clean
before compiling to see the changes.Issue(s)
Closes #60