std.unittests for (final?) review

Jim bitcirkel at yahoo.com
Sat Jan 8 15:21:44 PST 2011


I have to agree.

assert(1 + 1 < 3);

will always be easier to read than any:

assertPred!"a < b"(1 + 1, 3);

Why not just keep it simple and straight forward? Anything expressed in the latter form can be expressed in the former.


More information about the Digitalmars-d mailing list