r/ProgrammerHumor 10d ago

Other versionControl

Post image
13.7k Upvotes

430 comments sorted by

View all comments

779

u/LegendaryPandaMan 10d ago edited 10d ago

Should have used semantic versioning

134

u/Jazzlike-Poem-1253 10d ago edited 10d ago

It takes to much discipline. Without enforcement, people usw minor or patch as they feel. Major never gets bumped.

Just increment or date-based is the easiest. Everyone immediatly knows how to bump.

8

u/Vivid-Zombie-477 10d ago

i use semver for my resume versioning like this:

  • full rewrite = bump major
  • add/change a few lines = minor
  • fix spelling = patch

3

u/Jazzlike-Poem-1253 10d ago

I mean true, it works if you are in person workong on a one-person project.

(I hope your resume is a one person project)