dave2wave commented on issue #339:
URL: 
https://github.com/apache/tooling-trusted-releases/issues/339#issuecomment-3568418670

   Throughout my career I have often miscounted the number of arguments needed 
when using an printf pattern (mostly in C and C++). Have never had that issue 
with f-strings in python. If you are concerned with those few microseconds then 
another pattern I've seen is to use something like an isDebug branch.
   
   I would much rather create and work on code I can see in front of my face as 
I am coding than something that gets "prechecked" by a workflow.
   
   I also really do not think it is a good practice to use f-string everywhere 
except for logging. We all know how quickly a normal string assignment adds a 
log statement during debugging. It is likely that you will log info your 
f-string while working out formatting details.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to