fnabinash / rust-practice

Collection of 240+ Exercises to learn and practice building CLI tools in Rust
MIT License
151 stars 21 forks source link

[Feature] Write a documentation for it #16

Open fnabinash opened 2 months ago

fnabinash commented 2 months ago

Create documentation for all exercises with context.

Also include commands, helpful suggestions and tutorials to make it easy to understand for everyone.

unpeturbed commented 1 month ago

Hey. Are you saying we should add documentation to every exercise?

fnabinash commented 1 month ago

I think we should create documentation for the guide.

Every exercise has some little content about it like "What the exercise about?", "What output might look like?", "Links to related resources", and if in future lots of people solve these exercises then we will feature top solutions of every exercise at bottom of the page.

Also, there is a separate page dedicated to the roadmap and top resources to learn Rust.

For now, I have these ideas in my mind. If you have something else, please let me know.

unpeturbed commented 1 month ago

Alright. I think this is cool. I'll send a pr shortly seeing if it passes.

fnabinash commented 1 month ago

Alright. I just released the first version of the practice branch. If you have some free time you can give some feedback on it.

unpeturbed commented 1 month ago

Okay. I think i get you now. I am not supposed to send a pull request to merge my codes to practice. i'm supposed to just solve and leave it at that. RIght?

fnabinash commented 1 month ago

I have some different plans.

Please share your thoughts on this. Do not think this is my personal project. This is for the community for everyone, so feel free to share your thoughts. Also, mention ideas or feedback you think if we implement it will be more helpful to the community.

unpeturbed commented 1 month ago

This is good. I also think we can include the binary crates (lib.rs) for tests from the intermediary section.

fnabinash commented 1 month ago

Why not, It is a good idea.

unpeturbed commented 1 month ago

Yeah. Writing tests is part of development and i believe it's great to start early so it becomes part of us. It's good practice