Sha256: a161cb96faffe5cc0a7debc157df4d9605e178033157c654b43cd836a9ce1e05
Contents?: true
Size: 373 Bytes
Versions: 366
Compression:
Stored size: 373 Bytes
Contents
## Hints Try to avoid code repetition, use private helper functions if you can. And you might consider using a single `Boolean` expression instead of `if-else` for better readability. See [here](http://cs.wellesley.edu/~cs111/spring00/lectures/boolean-simplification.html) on how this could be done (the link is for Java, but of course the logic is valid for Scala, too).
Version data entries
366 entries across 366 versions & 1 rubygems