←back to thread

A critique of package managers

(www.gingerbill.org)
109 points gingerBill | 1 comments | | HN request time: 0.203s | source
Show context
marcelr ◴[] No.45174658[source]
i had this idea for vendor based “package manager”

what if packages were meant to be read, and config was set inside the file directly

what if we transitioned to think of packages as templates, rather than generic black boxes

i think it would drastically reduce dependencies, package complexity, and improve understanding

replies(1): >>45174719 #
1. lou1306 ◴[] No.45174719[source]
You can do this in Python, today. Whenever you need a package, just add its code in a directory under your project's root. And good luck.