Skip to content

Comment on Semantic Versioning 2.0 (2013)parent

Comments

hi, i posted this because i was impressed by semver. i didnt know u worked on the rust book. im extremely impressed. What are some tips about Rust that I could use? As a Rustacean myself, I really need help actually sticking to a project. What are some things that can make my code less verbose too?

Thank you!

I really need help actually sticking to a project

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.

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.