35

This Guy just stacks a ton of projects in a single repository. I feel bad for him

Comments
  • 1
    Send him a little message and try to explain to him a better way to manage his projects :)
  • 8
    @Jilano I did now.
  • 0
    @HampusMa Very proud, mate ;)

    Hope he'll appreciate the thought, if he sees it, that is, since he's been away for 4 years, haha
  • 1
    Maybe it's just to collect all example projects ? They don't seem to be very complex and he has other repos.
  • 0
    I have to admit I do the same (but in a private repo, with closed source projects).
    If you have a lot of small projects, it becomes unhandy creating dozens of separate repos for them.

    In this case is different though, because they are open source.
  • 1
    I have a public repo called 'code-snippets' where I put, as the name implies, code snippets. Example code, small projects, etc.
  • 1
    These may be just small one script codes or snippets, if so then he is kinda doing the right thing. It's not feasible to manage so many repos just for small code snippets
  • 0
    Tell that to Google, they put everything into a single git repo.
  • 2
    Maybe he doesn't want to pay for more private repos? So he puts all his public code into one repo? This is why I use GitLab instead of Github. GitLab lets me have unlimited private projects and I don't have to pay a dime.
  • 1
    @NGPixel
    They don't, they have their own private CVS.
    Doing a git clone on a Repository with hundrets of Terabytes would probably not be too efficient
  • 0
    @StopMotionCuber Maybe you should read about it before saying they don't and that it's not efficient: https://m.cacm.acm.org/magazines/...
  • 0
    @NGPixel
    Yes, they have a singleton of knowledge and power.
    But it is clearly stated that this is not git and that was my point. If it was git, they would not be able to do anything on the repository as git has no real mechanism to do a partial checkout
Add Comment