Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAlan White
7,096 PointsHow do real developers set up their personal computers' file systems to keep their projects organized?
I'm beginning to scatter these code snippets and projects all over my system, sometimes in the Documents folder, sometimes on the Desktop, sometimes on the C: drive, sometimes on data drives. I need to nip this in the bud.
It looks like the instructor has created a Treehouse directory on the root drive (C: drive?) for this repository. Is that the common practice?
Thanks.
4 Answers
Seth Kroger
56,413 PointsI make a "Projects" folder in Documents and make subfolders for each specific coding project in there. You can call it "Coding", "Programing" or whatever you like. You can also pin it to Quick Access in File Explorer.
Alexander Davison
65,469 PointsI call my folder "Programs", but I don't stop there. I also create sub-directories called "Python", "Ruby", "Websites", etc.
Alan White
7,096 PointsThanks, Alexander.
behar
10,799 PointsIts pretty common to just put it in C:/dev.
Alan White
7,096 PointsThanks, behar.
Robert McIntosh
1,645 PointsI have a folder called "Development / Programs" on my secondary hard drive. From there, I have sub folder for Each Environment such as Python, C#, C++, ASP.NET, Mobile, PHP
Alan White
7,096 PointsAlan White
7,096 PointsThanks, Seth.