DEV Community

Discussion on: Basics of Kotlin - Part 3

Collapse
 
wireless90 profile image
wireless90

What are your thoughts on large projects using kotlin. Should we explicitly state the type of the object for easier code readability ?

Collapse
 
chetansj27 profile image
Chetan

Yes, we should explicitly state the type of object. It will also help in making the project error free.
Does this clear your doubt?

Collapse
 
wireless90 profile image
wireless90

Yea I really find it much easier to read code if the types were specified! haha

Thread Thread
 
chetansj27 profile image
Chetan

Same here 🤝