psolin / cleanco

Company Name Processor written in Python
MIT License
322 stars 95 forks source link

Add support for case, whitespace & separator normalization #6

Closed petri closed 9 years ago

petri commented 9 years ago

I understand this may fall outside the scope, but it would be very convenient if cleanco also had this kind of simple normalization built-in:

psolin commented 9 years ago
petri commented 9 years ago

To clarify, I meant these to be optional convenience features rather than changing existing behavior - and yes, I did not realize the extra whitespace removal was already there, that's nice.

petri commented 9 years ago

Thinking a bit more about this, the only remaining part of the request (separator normalization) is not really that important, and having lowercase name is trivial so I feel we can close this.