+ Perhaps, as you suggest, a better API might be in order. I'm sure this isn't my last round around that block. I don't, however, want to add <code>Now</code>, <code>FutureDate</code>, etc. to the <code>Some</code> API. This module contains a collection of <a href="https://en.wikipedia.org/wiki/Equivalence_class">representative values of various equivalence classes</a>, and in order to ensure test repeatability, <a href="/2017/09/11/test-data-without-builders">they should be immutable</a> and deterministic. This rules out hiding a call to <code>DateTime.Now</code> behind such an API.
0 commit comments