Remix.run Logo
ydnaclementine 9 days ago

can't wait to have my linter tell me I should be using t-strings instead of f-strings. apologies for not being patient enough to read through this to find it, but I hope they can remove f-strings:

> There should be one-- and preferably only one --obvious way to do it.

itishappy 9 days ago | parent | next [-]

They do different things. You can implement f-strings in t-strings, but it's extra work. The obvious way is therefore:

Use f-strings if you can, otherwise use t-strings.

gnfedhjmm2 9 days ago | parent | prev [-]

Just use ChatGPT to change it.