Improve Your Code Quality With These Useful Kotlin Extensions for Android
Too Long; Didn't Read
Kotlin has many amazing features but one that stands out is extensions. Extensions are used to add functionality to existing classes. They are extremely useful at helping to reduce boiler plate code. Some of them look good, but are actually disguised code smells. If there’s anything you disagree with, please leave a comment below.