Hacker News new | ask | show | jobs
by stonecharioteer 1834 days ago
I remember being confounded by the absence of a return statement in rust functions for a few days. I only understood that a statement without a semi colon is returned.

When writing a tech book, follow the Zen of Python. Explicit is better than implicit.