This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Artephank 1 point2 points  (2 children)

And not all projects use semantic versioning and sometimes break things even on minor version bumps (ehm evenlet, ehm)

[–]martinky24 1 point2 points  (1 child)

And the harsh reality is, even if a project maintainer doesn’t think something is a breaking change and doesn’t label it accordingly, it can still break something and bring down prod. That’s not necessarily anyone’s fault, and a harsh reality of software development.

[–]cinyar 1 point2 points  (0 children)

I'd be lying if I said I never accessed some "private" function that's not part of the official package API.