Hacker News new | ask | show | jobs
by Dawny33 3554 days ago
I find it quite legit. Having a singe repo would hinder progress as more and more implementations are added.

Even JuliaStats followed a similar distribution (https://github.com/JuliaStats), and it looks neat and organized.

1 comments

> Having a singe repo would hinder progress as more and more implementations are added.

Why?

You're more likely to touch more files if they are all in the same repository. All of the issues are going to be in the same issue tracker (tags can help, but only if you know how to use them well, and that causes overhead for the maintainers), and all of the Pull Requests are going to notify everyone who is watching the repository, whether it's relevant to the part you care about or not.

There are clear drawbacks, but there are clear advantages as well.