unit-threaded v0.7.45 - now with more fluency

Dechcaudron no-reply at no-email.com
Mon May 7 09:19:31 UTC 2018


On Saturday, 5 May 2018 at 15:51:11 UTC, Johannes Loher wrote:
> Personally, I don't like that kind of "abuse" of operators at 
> all. I think it looks really unusual and it kind of breaks your 
> "flow" when reading the code. Additionally, people, who don't 
> know about the special behaviour the operators have in this 
> case, might get really confused. I would much prefer it, if you 
> used a more common fluent style (like 
> 1.0.should.be.approximately(1.0001);).
>
> Anyways, thanks for working on this awesome project!

I think I'm siding with Johannes here. Much as the overloads look 
nice, I don't really see the advantage over `shouldEqual`. Also, 
what's with `all.these.identifiers`? Any particular reason why 
you are more fond of them rather than of good ol' pascalCase?


More information about the Digitalmars-d-announce mailing list