[MODIFICATION] - Consider changing CalcType.val
to CalcType.VAL
#31
Labels
proposal
Ideas to consider and later decide if they should become feature or not.
Convention usually suggests that constants, including
Enums
beCAPITALIZED
. There's a bit of work to untangle historical use of lowercase enum vals and I'd want to support backwards compatibility for a while to not break people's code. I could do that with the following, though I'd need to untangle other places in the code that depend on the lower case convention:Then a test like so:
The text was updated successfully, but these errors were encountered: