Hacker News new | ask | show | jobs
by another_devy 1343 days ago
I always feel odd, why v0.0.1 not v0.1.0? How can you start with patch if there was nothing before?
1 comments

That's a great way to put it if they are 1-indexed but if they are 0-indexed it might make sense.

The empty-set / no-code state is what the project starts with and it has no versioning as it is inherited by all projects.

And then 0.0.1 is a change that introduces no backwards incompatibilities.

But we are slicing the cheese pretty thin at this point.