Suggestions about redb docs #11
manutiedra
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I wanted to point somethings that can be improved for the documentation:
In https://redbase.app/examples when you click in an example (from the left), if the left has several categories opened, the sidebar scrollbar goes to the top. Also, it would be nice to have a previous/next button to navigate between examples (specially useful if you're checking them in the mobile phone).
Try to avoid using var when the type is not explicitly set in the same line:
The
varfor employee does not hide any information.However, the
varfor the SaveAsync is hiding the return type (long in this case). When you're starting to learn redb, for me, that info is helpful.I'd change it to be easier to read.
All reactions