Skip to content
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

docs: add pagination pattern to Effective Gno #3044

Open
Kouteki opened this issue Oct 29, 2024 · 2 comments
Open

docs: add pagination pattern to Effective Gno #3044

Kouteki opened this issue Oct 29, 2024 · 2 comments
Labels
📖 documentation Improvements or additions to documentation

Comments

@Kouteki
Copy link
Contributor

Kouteki commented Oct 29, 2024

Current state

Users have difficulty understanding clear, idiomatic Gno code when it comes to pagination and usage of the AVL tree.

Desired state

Users can read on using pagination best practices on Effective Gno

Misc

Referenced comment

@Kouteki Kouteki added the 📖 documentation Improvements or additions to documentation label Oct 29, 2024
@Kouteki Kouteki mentioned this issue Oct 29, 2024
7 tasks
@wyhaines
Copy link
Contributor

The tl;dr is that I 100% agree that this would be a great resource to have. I've spent a lot of time in the past 5-6 weeks writing Gno code, in part to start trying to absorb some of these differences. Having the little things like the comment referenced above clearly documented would be a godsend for people who are trying to attain a high level of competency with Gno.

@zivkovicmilos zivkovicmilos changed the title docs: Effective Gno docs: add pagination to Effective Gno Oct 29, 2024
@thehowl thehowl changed the title docs: add pagination to Effective Gno docs: add pagination patter nto Effective Gno Oct 30, 2024
@thehowl thehowl changed the title docs: add pagination patter nto Effective Gno docs: add pagination pattern to Effective Gno Oct 30, 2024
@leohhhn
Copy link
Contributor

leohhhn commented Oct 30, 2024

We will have a much easier pagination system for AVL with the PR below; currently blocked on #2876. Still agree we can add to Effective Gno, as a subitem of the AVL section

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📖 documentation Improvements or additions to documentation
Projects
Status: Triage
Development

No branches or pull requests

3 participants