this post was submitted on 21 Dec 2024
506 points (99.6% liked)

Programmer Humor

32716 readers
683 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] BakedCatboy@lemmy.ml 32 points 18 hours ago (1 children)

I once had someone open an issue in my side project repo who asked about a major release bump and whether it meant there were any breaking changes or major changes and I was just like idk I just thought I added enough and felt like bumping the major version ¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯

[–] Rogue@feddit.uk 22 points 17 hours ago (1 children)

I think is the logic used for Linux kernel versioning so you're in good company.

But everyone should really follow semantic versioning. It makes life so much easier.

[–] Swedneck@discuss.tchncs.de 1 points 1 hour ago (1 children)

either have meaning to the number and do semantic versioning, or don't bother and simply use dates or maybe simple increments

[–] Rogue@feddit.uk 1 points 44 minutes ago

Date based version numbers is just lazy. There's nothing more significant about a release in two weeks (2025.x.y) than today (2024.x.y).

At least with pride versioning there's some logic to it.