ZeroVer: 0-based Versioning — zer0ver
0ver.org
external-link
Software's most popular versioning scheme!
@nonearther@lemmy.ml
link
fedilink
English
81Y

The only version management I believe in is Nver.

I write code once and then leave the project completely. Start with 0.0.1 and end with 0.0.1

@lars@lemmy.world
link
fedilink
1
edit-2
1Y

Because git doesn’t require, but could definitely benefit from, empty initial commits, my go-to is:

git init
git commit -m='🌳 root commit' --allow-empty
git tag v0.0.0 -am=''
git add -A
git commit -m='✨ initial commit'
git tag v0.0.1 -am=''

which is completely Nver- and Y2K-compliant

Create a post

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
  • 1 user online
  • 5 users / day
  • 9 users / week
  • 108 users / month
  • 558 users / 6 months
  • 1 subscriber
  • 899 Posts
  • 3.11K Comments
  • Modlog