Contributions

Article
Code Quality has always been a central theme in the life of a software developer,
Lints are one of the easiest ways to maintain some sanity over the codebase. Out of the box linters that Android Studio provides gives us the power to analyse the source code to flag programming errors, bugs, stylistic errors.
And in this episode, we have Hitanshu Dhawan who helps us, deep-dive, into the same.