autoplot / cdfj

Pure-Java code for reading NASA/GSFC CDF (Common Data Format) files
1 stars 2 forks source link

Standardize java source member declaration order #7

Open jmax01 opened 3 years ago

jmax01 commented 3 years ago

Currently the code does not adhere to common member declaration order. This makes debugging, analyzing, and merging code a challenge.

Possible Order

All member sections will be ordered by visibility (public, protected, package, private).