picocog icon indicating copy to clipboard operation
picocog copied to clipboard

Remove leading underscore from field names

Open fontoura opened this issue 3 years ago • 1 comments

The fields names in PicoWriter and IndentedLine have leading underscores. As stated in #4, this goes against common Java code conventions, and should be avoided. This pull request refactors both classes by removing leading underscores from the names of their fields.

Closes #4

fontoura avatar Nov 10 '21 20:11 fontoura

@ainslec I suggested some changes based on issue #4. Would you please check it out and maybe merge it?

fontoura avatar Jul 25 '23 02:07 fontoura