Simple gem for writing conditionals with dates and time
https://github.com/Szeliga/time-predicates - when debugging legacy code or introducing myself to a new codebase, I always have struggled with figuring out which date is in the future and when the condition is going to be fulfilled. So I wrote this gem to provide easy to read predicates for Date and Time objects.
Post a comment