Help needed! It's 2018, and I ended up in team wor...
# announcements
j
Help needed! It's 2018, and I ended up in team working on projects that's fully written in Kotlin, but it seems that only the syntax is being used. The whole code uses old Java constructs, especially `null`s everywhere. Than because of all those nullables there are
if(obj != null)
everywhere. The worst thing is the team seems to be in denial and willing to continue doing so. Any cool arguments against this evil are very welcome! Thanks!