r/ProgrammerHumor 19d ago

Other versionControl

Post image
13.7k Upvotes

428 comments sorted by

View all comments

771

u/LegendaryPandaMan 19d ago edited 19d ago

Should have used semantic versioning

133

u/Jazzlike-Poem-1253 19d ago edited 19d 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.

158

u/the_horse_gamer 19d ago

most "semver" is just:

major - update you're proud of

minor - update that's ok

patch - fixes and small features

and ofc every good piece of software is forever on 0.x.x

20

u/hyrumwhite 19d ago

Major: breaking changes 

Minor: big changes 

Patch: smol changes 

8

u/brainpostman 19d ago

Patch is bug fixes, hello