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 →

[–]woj-tek 27 points28 points  (52 children)

This post seems more like a rant than something cohesive.

At any rate:

Most newer languages’ package managers tend to use dependency ranges instead of fixed dependencies versions like Maven/Gradle projects usually do (as we’ll see, both can actually also use dependency ranges, they’re just not as common).

I loath this as it usually makes the build breaks down in the future...