Gilberto Diaz
04/22/2020, 5:50 PMif(condition) {
// do something
}
I don’t include an else part cuz I really don’t have anything to do. Two things here
• What would be the kotlin idiomatic way to do this?
• As far as testing goes, I believe that first answer will help me to increase code coverage.