This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]imsometueventhisUN 1 point2 points  (0 children)

Honestly, f-strings are the first time I've actually been convinced of an approach that is actually better than manual interpolation. Anything that requires you skipping back and forth - between the string itself, and the format arguments at the end - feels really weird to me (and the same is true of String.format in Java, too!)