Numbertext / libnumbertext

Number to number name and money text conversion libraries in C++, Java, JavaScript and Python & LibreOffice Calc Extension
BSD 3-Clause "New" or "Revised" License
68 stars 46 forks source link

Refactor: readability fixes #21

Closed vmiklos closed 6 years ago

vmiklos commented 6 years ago

1) No need to set a new string to empty, that's the default.

2) Fix cases where the interface and the implementation had different parameter names (adjust implementation, replace is superior to str, etc.)

laszlonemeth commented 6 years ago

Thanks, Miklós!