hhandoko / cassandra-migration

Apache Cassandra / DataStax Enterprise database migration (schema evolution) library
Apache License 2.0
51 stars 21 forks source link

Chore - Refactor `CommandLine.kt` #52

Closed hhandoko closed 7 years ago

hhandoko commented 7 years ago

Context

CommandLine.kt currently contains nested if statements and early returns which could easily be refactored to Kotlin's when for better readability.


Definition of Done

Refactore nested if and early return in CommandLine.kt.

hhandoko commented 7 years ago

Implemented in #53.