DEV Community

Discussion on: Where do you keep your code?

Collapse
 
matchilling profile image
Mathias Schilling šŸ’¾ • Edited

I prefer a somewhat more flat structure and so far keeping all my code in a dev/ directory within my home path has worked out pretty well for me. Of course, that requires meaningful namespaces for your projects but as we all know:

There are only two hard things in Computer Science: cache invalidation and naming things. (Phil Karlton)