Open fnabinash opened 2 months ago
Hey. Are you saying we should add documentation to every exercise?
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.
Alright. I think this is cool. I'll send a pr shortly seeing if it passes.
Alright. I just released the first version of the practice branch. If you have some free time you can give some feedback on it.
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?
I have some different plans.
src/main.rs
files. (Because it makes more cultured so it may confuse newcomers.)src/main.rs
file contains the problem statement at the top and then a link to the documentation file(i.e. to the markdown file in another folder like we have created a separate folder for images
), then the main functions.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.
This is good. I also think we can include the binary crates (lib.rs) for tests from the intermediary section.
Why not, It is a good idea.
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
Create documentation for all exercises with context.
Also include commands, helpful suggestions and tutorials to make it easy to understand for everyone.