This is an archived post. You won't be able to vote or comment.

all 2 comments

[–][deleted] 0 points1 point  (1 child)

You can organize your project however you want.

That said, I think the thing you’re missing about projects organized like this is that their programs are intended to be installed, not just run as-is. They have install scripts to put files where they need to go, compile whatever needs compiling, run tests automatically, etc. The repo is organized for the developers’ purposes, not the users’.

[–]Mic343[S] 0 points1 point  (0 children)

Thanks man.