s1m0nw1
12/02/2017, 7:37 AMvoddan
12/02/2017, 2:52 PMlet
function cried when you used it like this, but other than that, a very good post! Updated my build scrips 😉s1m0nw1
12/02/2017, 9:26 PMlet
?s1m0nw1
12/02/2017, 9:26 PMvoddan
12/02/2017, 9:30 PMval
- all the benefits, non of the confusionvoddan
12/02/2017, 9:33 PMlist.let { print(it) }
s1m0nw1
12/02/2017, 9:36 PMval
is totally perfect too! I don’t think let
is abused in the example thoughvoddan
12/02/2017, 9:40 PMlet
and apply
. I wonder what the guy that invented those thinks 😆s1m0nw1
12/02/2017, 9:45 PMwith
instead, but it would make the example worseilya.gorbunov
12/04/2017, 12:44 AMlet
is a "scope"-function and here it is used exactly to limit the scope of v
variable for vertx dependencies onlygildor
12/04/2017, 3:27 AMmaven { url = uri(it) }
can be replaced with maven(it)
or maven(url = it)
if you want to be more explicit.voddan
12/04/2017, 5:16 AMlet
then? It could be called scope
or something