HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ds_

no profile record

comments

ds_
·il y a 11 mois·discuss
One of the many joys of working with Clojure https://clojure.org/guides/threading_macros
ds_
·l’année dernière·discuss
Not sure why you're being downvoted, because you're absolutely right.
ds_
·l’année dernière·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.