freshcoders / discorki

MIT License
1 stars 0 forks source link

refactor: use Spring's StringUtils #53

Closed ikdekker closed 1 year ago

ikdekker commented 1 year ago

This makes sense for two reasons. It looks cleaner and it takes care of some edge cases (where the character toLower remains the same).

ikdekker commented 1 year ago

We might also want to refactor the Spring Utils as per #7