this post was submitted on 30 Jun 2023
5 points (100.0% liked)

JavaScript

1700 readers
1 users here now

founded 1 year ago
MODERATORS
 

Some random ideas on NPM update policies

I'll start saying that what follows is the kind of stuff that I'm always a bit afraid to share because I mostly expect indifference or criticism, but I guess that there's no point on writing about it if it's not shared afterwards.

For a few weeks I've been thinking that, while semantic versioning is awesome, in some situations is not enough. Not everyone follows it, people break the convention accidentally, and we lack tools to manage the complexity that arises from it.

So I wrote a draft of a proposal that intends to surface some of the hidden complexity behind dependencies management to make it easier to tame, with the hope that it can help to reduce problems due to dependencies' breaking changes.

If you are interested in JavaScript or NodeJS development, I'd love to have some input from you (this also includes the criticism I always fear, as long as it's constructive ๐Ÿค“)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] ItsMeForRealNow 1 points 11 months ago (1 children)

Good job on thinking about this topic critically. We need these thoughts experiments even if they don't result in revolutionary change.

[โ€“] [email protected] 1 points 9 months ago

Thank you, I really appreciate people taking their time to read these ideas :) .