LukeMathWalker / build-your-own-jira-with-rust

A test-driven workshop to learn Rust building your own JIRA clone!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collected feedback

jamiebrynes7 opened this issue Β· comments

First of all, this was a great introduction to Rust. It goes through many topics in a logical and easy to follow order, the in-code explanations are great, and the koans tool is nice for managing the tasks. Great work! πŸ˜„

Here's my feedback from running through it, in no particular order:

For a one click rust vscode setup I've done a bundle that includes RA + test runners + debuger: https://marketplace.visualstudio.com/items?itemName=gilescope.rust-in-peace

Thanks a lot @jamiebrynes7, I think I have addressed all your points with the exception of the improvements to the koans CLI.
Working on that next 😁

I believe that the issue with colours on Windows should be fixed now - can you give it a go @jamiebrynes7?

Yup all fixed! Nice job πŸ˜„

Colours for cargo's output should be there as well now πŸ‘ (thanks to @CGMossa)

Just tested that - looks great!

I think all the feedback in the issue has been addressed so I'll close this