edtf-ruby
edtf-ruby copied to clipboard
Interval comparisons
As discussed in #18 we'd like to reconsider how Intervals are compared if they have an unknown start or an open or unknown end. The current approach is to treat both unknown and open as nil; this leads to potential errors when comparing intervals. See here for the current implementation (min
, max
, and ===
are also relevant to this discussion).
Thoughts or PRs welcome : )