picocog
picocog copied to clipboard
Clean variable names in PicoWriter
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.