I am not sure I can help with that :) Self control is hard, there's so many cool things to build.
What are some tips about Rust that I could use?
I'm sorry, this is too vague.
What are some things that can make my code less verbose too?
Not all kinds of verbosity are a bad thing. But usually there are libraries to help with this. For example, writing your own error implementations can be verbose, but thiserror can help with that.
Comments
Thank you!
I am not sure I can help with that :) Self control is hard, there's so many cool things to build.
I'm sorry, this is too vague.
Not all kinds of verbosity are a bad thing. But usually there are libraries to help with this. For example, writing your own error implementations can be verbose, but thiserror can help with that.
thank you so much for responding! this actually means a lot to me. if there isn't a library for something, should i write my own?
It certainly can't hurt, and you'll probably learn a lot while doing so :)
thank u so much. i am impressed by all of ur work, this is amazing wow.