Does anyone actually use std.string.capwords or std.string.capitalize?
Adam D. Ruppe
destructionator at gmail.com
Mon Jun 13 07:07:29 PDT 2011
Jonathan M Davis wrote:
> Is there anyone on the newsgroup here who actually uses
> std.string.capwords or std.string.capitalize?
> And if you do, do you use them often?
I use capitalize from time to time. It seems to work well enough.
Is there really a need to break people's code every other day just
because a random function doesn't do everything perfectly? Fixing
bugs is one thing, but removing functionality is another.
At some point, Phobos devs need to realize that people actually
*use* D.
More information about the Digitalmars-d
mailing list