Session Details
Session
Level: #Intermediate

Category: Android | Format: Session
3:10 pm - 3:50 pm | Mekatilili
Konsist linter: Your Code Harmony Enforcer
Session Description:
I have found it hard to sometimes collaborate with people in a project because many people have a very specific style of writing and organizing code. This behaviour tends to be enforced if there are no project-specific standards. Enter Konsist, a Kotlin linter that allows developers to set specific rules that must be athered to, unifying the code structure beyond the capabilities of the ktlint and detekt linters. For this talk, I will talk about some cases that can benefit from Konsist, explore the guards offered by the library to protect the codebase, and assess the advantages and disadvantages of its usage.