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

Moving snippets from "README.md" to "examples" folder #50

Open
runiorr opened this issue Feb 1, 2023 · 1 comment
Open

Moving snippets from "README.md" to "examples" folder #50

runiorr opened this issue Feb 1, 2023 · 1 comment

Comments

@runiorr
Copy link

runiorr commented Feb 1, 2023

I found it a little confusing to read through all the examples in the README file. Perhaps if it were organized by topics in the examples folder it would be easier and more intuitive for beginners to learn. Like the following structure:

.
└── examples/
├── hello_world/
│ ├── main.py
│ └── main.rs
├── types/
│ ├── main.py
│ └── main.rs
└── lists/
├── main.py
└── main.rs

@rochacbruno
Copy link
Owner

this can be covered on #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants