Originally posted by jeffdoolittle
Take a look at IdeaBlade.Util.StringFns
|
Hi,
Thank you for your answer, it was some nice functions there.
I might have asked the question wrongly, because my concern was more about where to put the code. :)
I.E. do I need to have a ProperCaseTekst property in every enum class. In this case I might go for an abstract formating class.
It would actually have been nice if, taking my example, a Status class was a superclass for the Status.done, Status.todo (done and todo _are_ status)
Dominique