-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blog post: Using Expressions Effectively in Rust #24
base: master
Are you sure you want to change the base?
Conversation
ef37144
to
ff99b29
Compare
This article is now ready for another round of reviews. I completely rewrote it from scratch to focus more on what I really feel when I write expressions in Rust, not just purely on the mechanics of it all. If someone has time for a review, I'd appreciate the feedback. |
Co-authored-by: Simon Brüggen <github@m3t0r.de>
@M3t0r, @thomas-zahner I updated the post according to your feedback. Hopefully, I also replied to all your nice comments. Thanks for the thorough feedback! |
Wrote an article on expressions in Rust and why I think they are great.
This is version 2, which is an attempt to capture some of the magic of expressions.