Hi,

We have com.cloud.utils.StringUtils which has a few nice functions, but throughout the code I also see org.apache.commons.lang.StringUtils

They both provide about the same functionality, but which one do we prefer?

I'd say org.apache.commons.lang.StringUtils as that allows us to remove our own StringUtils, but we could also have 'our' StringUtils simply be a wrapper around org.apache.commons.lang.StringUtils

Opinions?

Wido

Reply via email to