kubica@fedia.ioto
No Stupid Questions@lemmy.world•Why do doctors not seem to give a fuck about pain? Is this just an American doctor thing, or is it universal?

4 days
All my life what I’ve heard is that pain is only useful as a warning of a problem. After that the pain is something that must be minified.

I think one of the tools that really made a change for me was the rust-analyzer. It was a big difference knowing which var types rust really though I had on a variable or the type that some method is actually outputting, instead of my own (wrong) guesses.
Edit: Also, another example is knowing how many levels of borrowing I had after a method. Those details help understand better.