What's missing from Phobos for Orbit (package manager)

Jacob Carlborg doob at me.com
Sat Feb 16 11:18:14 PST 2013


On 2013-02-16 19:23, SomeDude wrote:

> What does isBlank() return with tabs ?

Tabs are considered whitespace so it would return "true".


> I don't like having two functions doing the same thing, so isBlank() may
> be useful, isPresent() only adds cognitive overload and mere chaos to
> the code base (because someone is going to use both at the same time in
> the same function, making the code harder to understand).

Sure, both does not have to be included.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list