Ruby on Rails Friday, December 1, 2017

On Thursday, November 30, 2017 at 10:23:02 PM UTC-8, Nate Sullivan wrote:
> I think the most natural way read the code created_at < 10.minutes.ago is "created_at is less than ten minutes ago," but that reading suggests the mistaken interpretation that created_at is fewer than ten minutes ago. The correct interpretation is that created_at is earlier than ten minutes ago. Is there a better way to write the same comparison?
>
>
>

I think the real issue is that English lacks strong typing and so the comparison operater is imprecise.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/36750827-e607-408b-a394-421d324b2ee1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment