▲ | ydnaclementine 3 months 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 3 months 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 3 months ago | parent | prev [-] | |
Just use ChatGPT to change it. |