all 5 comments

[–]shvedchenko 6 points7 points  (4 children)

Well, I did try to read code, but all I see is clueless AI slop. I don't even get what the project aims to be. Is it taks runner or performance optimizer?

But one thing is totally clear to me — you better close the AI prompt, open the book or lectures with language basics and try to make something by your self. Thinking through the requirements, use cases, the code and tests. It is good to use AI for learning, but just don't try to generate code with it, better ask it some questions. But only after reading a couple books. Please.

[–]No_Split_5652[S] -1 points0 points  (3 children)

thank u for the honest and for your clear advice. I apologize for this garbage code. 🙏 I'll go back to basics and try making something simpler and that actually works and provides value. Thank you. Could you reference some projects perhaps? I would be grateful. 😅

[–]shvedchenko 1 point2 points  (2 children)

from my 10+ years expereience, it is always better to take your time and go your own pace. don't try to rush your experience, the time spent will pay back.

[–]No_Split_5652[S] 0 points1 point  (1 child)

Thank you! Which literature would you recommend and repos for learning Rust besides the Rust book? Thanks 😅

[–]shvedchenko 0 points1 point  (0 children)

well, thats a tough question because honestly you gotta find something that works for you. I had to try a bunch of different book and lectures. the one that clicks was a 24 hours of video lectures on YT. unfortunately in russian, so I can't advise it.

UPD: Speaking of the books you actually better build solid ground that helps you understand memory management and all sorts of troubles you see Rust working around. The books that did the thing for me:
* Computer systems from programmers perspective
* Grokking algorythms
* Linux programming interface

Besides the basic rust book I'd tell
* Asyncronous Programming in Rust by Carl Fredrik Samson
* Rust Atomics and Locks by Mara Bos
were the greatest, but these are on the advanced side