It does get easy to read, but then you unlock a deeper level of misery which is trying to work out the semantics. Stuff like implicit type conversions, remembering the rule of 3 or 5 to avoid your std::moves secretly becoming a copy, unwittingly breaking code because you added a template specialization that matches more than you realized, and a million others.
verall|2 months ago
Unless you are many of my coworkers, then you blissfully never think about those things, and have Cursor reply for you when asked about them (-: