ericmj / decimal

Arbitrary precision decimal arithmetic

Home Page:https://hexdocs.pm/decimal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How about allowing a default string representation to be set?

nallwhy opened this issue · comments

ex)

config :decimal, string_representation: :normal

Global configuration like this should be avoided since it's hard to know if you have a dependency in your stack that assumes the default configuration.