Mkohm / detekt-hint

Detection of design principle violations in Kotlin as a plugin to detekt.
https://mkohm.github.io/detekt-hint/
80 stars 3 forks source link

Rule: Open/Closed Principle #32

Closed Mkohm closed 4 years ago

Mkohm commented 4 years ago

https://www.tomdalling.com/blog/software-design/solid-class-design-the-open-closed-principle/

Looking for switch and enums could be a sign of violation. Look further into this and possible signs.