Comment by Mark on "How do you organize your projects and code?" | Hashnode
- All my personal projects are in
git repositories.
- Most of them are on Github, some others on Bitbucket or other services.
- About 70% is public (so paid subscription needed in the case of Github).
- A few have users, a dozen or more are active, and many are dead.
- I have one repository for collecting small scripts.
- Most actual work stuff is wherever the company wants me to put it. I don't really need to think about it.
- I have a separate Github account for vaguely-work-related things, like code for courses, or looking into technologies. But no actual products.