zio/zio-zmx

General Cleanup

adamgfraser opened this issue · 4 comments

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 than def

@adamgfraser , I can try to work on this one.

@shankarshastri If you won't be working on this one, let me know, I can pick it up as well :)

@angelicarao , Thanks, but I will be working on it :)