Programming in Rust has become so much easier than when I first started. Not only the continuing polish of the core tools (e.g. error message clarity, rustfmt is bundled now) but also the increasing breadth and quality of the libraries available!
miniblog.
Related Posts
I've started keeping a list of particularly interesting bugs and patches that I've worked on: https://github.com/Wilfred/interesting-code
The time that I once removed *a single closing paren* in Emacs is still my favourite.
I've started highlighting constructors like Some and None consistently with type names in difftastic, and the results look so much more readable!
"origin" is such a long default name for git origins. I've started naming all my GitHub origins to just "gh".
