General Cleanup
adamgfraser opened this issue · 4 comments
adamgfraser commented
This ticket is for general cleanup and polishing of ZIO ZMX code base, focusing on the following:
- Remove debug
println
statements - Case classes should be final
- Method names should be lower case
- Methods that aren't side effecting with no arguments should not have
()
after them - Methods that don't have arguments should generally be
val
rather thandef
shankarshastri commented
@adamgfraser , I can try to work on this one.
adamgfraser commented
@shankarshastri Great!
angelicarao commented
@shankarshastri If you won't be working on this one, let me know, I can pick it up as well :)
shankarshastri commented
@angelicarao , Thanks, but I will be working on it :)