Walter Bright Wrote: > dsimcha wrote: > > Libraries need to make the > > simple use cases sufficiently simple that people aren't tempted to roll > > their own. > > Hear hear. For example, one of the goals with D strings was to make them so > good > that people wouldn't invent their own string classes.
And yet we still get those that want a class, or even limit the capability of arrays so that a class is more appealing. (Had a friend that hated the idea that D went back to array of characters, then he saw that arrays could actually do stuff)
