Morning
Good Morning!
mogge
morning
Bore da
Morning morning
månmån
Bore da :welsh_flag:
Mornin
Morning
Morning
Good morning
Do people perfer this:
(str "foo bar" baz "wibble")
or
(format "foo bar %s wibble" baz)
i do the former :woman-shrugging:
..mostly
+1 str
... i find format
quite hard to read as soon as there are a few args
I do the former, probably only out of habits formed many moons ago in other languages
I guess syntax highlighting will help with the first option
thanks 🙂
I would use format for that. But mostly I use str. I seem to keep answering questions against the grain.
Morning
I use the later, my eye finds it easier to find the variables being used.