I have lots of pieces of code lying around (hopefully, everyone does), that I refer to frequently - some for POCs, some for demos, some regarding a particularly difficult logic, useful code snippets, some which is frequently required, etc. Along with that, there is the documentation of the code - how to run it, the process description, design description, api documentation, etc.
I sometimes have to share some pieces of code, code documentation & other documentation with my teammates, if I'm collaborating with other freelancers and software teams. I share using google drive and docs, mostly.
I do have a github account and have stored all the production grade code there. However, it is not possible to store all these code pieces there.
Do you guys face similar issues or am I being particularly sloppy?
If you do, what do you do (or tool do you use) to make it more streamlined?