Hacker News new | ask | show | jobs
by derleth 4691 days ago
> 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.

1 comments

- 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]