dgg / nmoneys

.Net implementation of Money Value Object
BSD 3-Clause "New" or "Revised" License
74 stars 14 forks source link

refactor Money.Parse and Money.TryParse #68

Open dgg opened 5 months ago

dgg commented 5 months ago

Standardize argument names:

So that UndefinedCodeException.For() can be used without passing argument names

dgg commented 5 months ago

add support for parsing ReadOnlySpan<char>