Hacker News new | ask | show | jobs
by alfalfasprout 424 days ago
It's my understanding that they're still recommended for logging since with f-strings you always pay the formatting cost (but with str.format it's deferred).