Live data from Hacker News

Ask HN: What's a small language feature you've grown to love?

news.ycombinator.com

1–2 of 2 posts

Ask HN: What's a small language feature you've grown to love?

#1
For me it's definitely Go's time.Duration type. Having a simple and standard way to handle timespans has been really helpful for my past few projects, and the parsing format has been great for command-line interfaces. No more external libraries or rolling my own, I can just type "1m2s" and Go gets it.

What about you?