HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ds_

no profile record

コメント

ds_
·11 か月前·議論
One of the many joys of working with Clojure https://clojure.org/guides/threading_macros
ds_
·昨年·議論
Not sure why you're being downvoted, because you're absolutely right.
ds_
·昨年·議論
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.