I wrote telescoping_standardize fairly quickly. It probably does some overlapping work with standardize_name. Also, the naming convention is a bit weird, since telescoping_standardize is the more robust of the two. We should probably combine these two functions into one function, or at least rename them.
I wrote
telescoping_standardize
fairly quickly. It probably does some overlapping work withstandardize_name
. Also, the naming convention is a bit weird, sincetelescoping_standardize
is the more robust of the two. We should probably combine these two functions into one function, or at least rename them.