but having basicailly a constant thrown locally fe...
# announcements
u
but having basicailly a constant thrown locally feels weird, also a having it in baseUrl() function feels weird .. constant with %s and then string.format?
k
Using a lambda parameter:
doFoo { "https://${it}com/whatever" }
It opens up the possibility of more complex processing too.