Join Slack
Powered by
what would be the best api design when function pa...
# announcements
u
ursus
01/22/2019, 6:23 AM
what would be the best api design when function parameter is parameter into string templating?
Copy code
fun foo(bar: String) { val baseUrl = "https://${bar}com/whatever" doFoo(baseUrl) }
Open in Slack
Previous
Next