Should this work?

Jesse Phillips Jesse.K.Phillips+D at gmail.com
Thu Jan 9 17:04:00 PST 2014


On Thursday, 9 January 2014 at 14:25:20 UTC, Benjamin Thaut wrote:
> I feel exactly the same.  C# has way more utility functions 
> that are named in a way that actually helps you understand what 
> they do.

Interesting, I've had the opposite experience. I keep trying to 
perform range operations and C# doesn't have them. Slicing is of 
course ever more desired.

That isn't to say C# is bad, but

     if(string.IsNullOrEmpty(str))

vs

     if(str.empty)

keeps throwing me off.


More information about the Digitalmars-d mailing list