woodbri / address-standardizer

An address parser and standardizer in C++
Other
7 stars 1 forks source link

inclass.* #1

Closed cvvergara closed 8 years ago

cvvergara commented 8 years ago

If you use overloading: because the input signatures are different, you can name the "converitng" fucntions the same name. That way you dont need to rmember so many names of members https://github.com/woodbri/address-standardizer/blob/develop/src/inclass.h#L123

woodbri commented 8 years ago

Closed by commit 333e09b..40a3df3 thank you for the suggestion.