natashamoorfield / npm_calmarendian_date

GNU General Public License v3.0
0 stars 0 forks source link

Refactor the "day number" Parameters #15

Open natashamoorfield opened 2 years ago

natashamoorfield commented 2 years ago

Refactor the input parameter to the various methods that set the date from a "day number" or ordinal value to reflect that this is what they are and to reflect that this is how they are referred to in the documentation of the date class: adr_ordinal for absolute day references, arr_ordinal for apocalypse reckoning references and just ordinal when it could be either.

natashamoorfield commented 2 years ago

Enhance the functionality by allowing either ADR or ARR ordinals to be specified (ADR by default so as not to break backwards compatibility).