Email or username:

Password:

Forgot your password?
4 comments
Ryuno-Ki

@darius
Do you have a concrete example that kicked this research of for you?

When you study Ruby's code, perhaps use git blame to check for last change and jump from the commit to a PR to gather more context. Might have a good reason why they didn't invest more effort into this part of the codebase.

Darius Kazemi replied to Ryuno-Ki

@RyunoKi the history of basically all the tests are all clobbered by this commit -- it seems like they haven't really been touched in well over 5 years, I'd have to go back to some previous repository in order to find relevant commits

clarity flowers

@darius @RyunoKi using NodaTime (the library used as a reference in this post) completely changed my perspective on working with datetimes and also now makes me very angry about every language's datetime stdlib which all seemed designed to maximize footguns.

The end result is programmers learn "datetimes are scary" instead of "this stdlib sucks"

Go Up