Zac Sweers
06/19/2018, 7:32 AMif (title == null) title = tmdbEpisode.name
I wish I could do title ?= thing
. Like Ruby’s ||=
where it assigns only if not assigned yet. That could possibly mesh nicely with what I was raising here too: https://kotlinlang.slack.com/archives/C0B9K7EP2/p1527792590000151voddan
06/19/2018, 7:37 AMilya.gorbunov
06/19/2018, 9:51 AM?=
operator on the forum: https://discuss.kotlinlang.org/t/conditional-assignment-operator-proposal/8150Zac Sweers
06/20/2018, 5:09 PMilya.gorbunov
06/20/2018, 10:43 PMZac Sweers
06/20/2018, 10:52 PM