You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2025. It is now read-only.
In FormatMoneyUseCase add support for large number in a way so
we can present millions and billions as xM and xB. Ex : 1000000 = 1M.
Because...
This class will be used centrally to format double to string across entire application and centralizing all money formatting logic in this class would be great.