picocog icon indicating copy to clipboard operation
picocog copied to clipboard

Clean variable names in PicoWriter

Open ghost opened this issue 4 years ago • 0 comments

Currently, all fields in PicoWriter are prefixed with _, this is against Java code conventions and only exists as a way to prevent field = field in setters... which can be prevented with this.field = field anyways.

ghost avatar May 06 '21 07:05 ghost