DEV Community

Discussion on: How do you organize pet-projects?

Collapse
 
patriscus profile image
Patrick Ahmetovic • Edited

For really small stuff (say like trying out a JS method or property) I usually use CodePen. For experimental stuff I have a projects directory. Should a project in there become bigger and is going beyond just trying out stuff, I move it to a repo directory and initialize a git repo. This way I kind of have a mental separation on what's just for testing and I also know which projects are actually a repo (on which I can rely to be backed up).