AuthMe / ConfigMe

A simple configuration management library for any Java project!
MIT License
37 stars 14 forks source link

Revise argument order in Property classes #364

Closed ljacqu closed 12 months ago

ljacqu commented 1 year ago

The order of the arguments is not consistent across Property implementations. ConfigMe 2.0 would be a nice opportunity to align this again.

Current constructors:

Desired outcome:

To do

yagahut commented 12 months ago

@ljacqu Hey, just have submitted a pr, take a look #385