HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ds_

no profile record

comments

ds_
·vor 11 Monaten·discuss
One of the many joys of working with Clojure https://clojure.org/guides/threading_macros
ds_
·letztes Jahr·discuss
Not sure why you're being downvoted, because you're absolutely right.
ds_
·letztes Jahr·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.