HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ds_

no profile record

comments

ds_
·11 माह पहले·discuss
One of the many joys of working with Clojure https://clojure.org/guides/threading_macros
ds_
·पिछला वर्ष·discuss
Not sure why you're being downvoted, because you're absolutely right.
ds_
·पिछला वर्ष·discuss
The execute function can recognize it as a t-string and prevent SQL injection if the name is coming from user input. f-strings immediately evaluate to a string, whereas t-strings evaluate to a template object which requires further processing to turn it into a string.