↳
In-reply-to
»
In the light of current events, I will first consult my pillow and only then write an article about readable code.
โค Read More
@lyse@lyse.isobeef.org Oh wow, weโre talking about such a detailed level. ๐ค
I agree with most of what you said.
I probably would have written it like this:
// Arbitrary reference date.
// Y m d H M S nano
date := time.Date(2026, 6, 19, 17, 0, 0, 0, time.UTC)
Would this be better or worse? ๐