Who Should Pay for Source Code Availability?

1 pointsposted 7 hours ago
by distressor

1 Comments

JohnFen

2 hours ago

I have preferred vendoring for a very, very long time. Not only does it ensure that I can always build, it also ensures that I remain in control of the software I make and reduces support headaches when other people build it.

As an excellent side-effect, it also introduces a cost to including dependencies and encourages me to minimize them, thus increasing quality.