Netflix / archaius

Library for configuration management API
Apache License 2.0
2.46k stars 485 forks source link

Readability refactor #688

Closed rgallardo-netflix closed 10 months ago

rgallardo-netflix commented 11 months ago

Refactored code for readability. Split out most sections into self-contained methods with a single objective. Code is now longer, but less convoluted and with less anonymous nested things.

Cleaned up compiler warnings in main class and in the corresponding unit tests.