Hacker News new | ask | show | jobs
by stevejones 3817 days ago
"the way it would seem to"

{} initialises all elements to 0.

{0} initialises the first element to 0 and the rest to 0.

The latter form just introduces confusion.