Pretty random but still: Kotlin is really fun! It...
# random
s
Pretty random but still: Kotlin is really fun! It is really recreational for me. Does somebody else feel this?🙂
K 17
m
yeah, me too
n
the AWS SDK has this bullshit builder pattern you have to do for
AttributeValue
, e.g. if you want a string you have to say
AttributeValue.builder().s(foo).build()
and I always just write an extension method off of String that does that for me, in much less boilerplate. KKKpoint is I'm grateful Kotlin lets me do that
K 5