Hacker News new | ask | show | jobs
by paulmd 4065 days ago
My understanding is that that's how software distribution used to work back in the mainframe days - you'd get the source to build in your specific environment, and you could modify it to add whatever functionality you needed. Then binary distribution took over as platforms became more intercompatible.
1 comments

And you still can do that—supply the source when you sell an app. But to be able to not just give your customers the source, but to give them access to a GitHub project that they can follow, and submit pull requests to, and pull new updates and so on from... plus, to not have to set up your own storefront, and manage the source permissions and whatnot. That would be a very nice feature for GitHub to have.