Join Slack
Powered by
For null checking I almost always prefer a standar...
# codingconventions
k
karelpeeters
08/08/2019, 10:44 PM
For null checking I almost always prefer a standard
val
,
if (user != null)
and smartcasting.
Open in Slack
Previous
Next