mikomikotaishi wrote:

I have noticed the code did use fstrings previously in a few locations, but 
string interpolation is generally a lesser cognitive load to read than the 
`str.format()` method which puts all the variables at the end. Personally I 
think it's easier to read the interpolated string with arguments in place.

https://github.com/llvm/llvm-project/pull/173861
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to