Hacker News new | ask | show | jobs
by mirman 4697 days ago
waitAll gone. Before I put it in any package managers it will get style guided. This is currently on version -1.0.0.
1 comments

> version -1.0.0.

Version negative one? I don't think I've ever seen that before. Usually, the very earliest versions of software are numbered like 0.0.1 or something like that.

- here actually negates the ordering of the numbers in the list. -1.0.0 === 0.0.1.
> - here actually negates the ordering of the numbers in the list. -1.0.0 === 0.0.1.

Well, I've certainly never seen that before.

It should be written 0.0.1[::-1]