CutoutViewIndicator icon indicating copy to clipboard operation
CutoutViewIndicator copied to clipboard

Reduce number of lines of code in `CutoutViewIndicator`

Open Cliabhach opened this issue 9 years ago • 4 comments

As of cee0bc4db158, there are

  • 501 lines of java code
  • 357 lines of comments
  • 98 blank lines in CutoutViewIndicator.java. This seems a bit much. Could we get it down to 400 lines of java code?

Cliabhach avatar Dec 05 '16 18:12 Cliabhach

Related to #56 .

Cliabhach avatar Dec 05 '16 20:12 Cliabhach

Pushing this back to 0.9.0

Cliabhach avatar Feb 22 '17 23:02 Cliabhach

Most of the removable lines of code are setters and getters. They're formulaic enough, right?

Cliabhach avatar Feb 22 '17 23:02 Cliabhach

I fear that the work of #76 and #79 will take up the v0.9.0 release...I'm going to push this and the other issues targeted at v0.9.0 to v0.9.1 instead.

Cliabhach avatar Oct 15 '19 02:10 Cliabhach