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 trial

General Discussion

How 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
Seth Kroger
56,413 Points

I 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.

Thanks, Seth.

I call my folder "Programs", but I don't stop there. I also create sub-directories called "Python", "Ruby", "Websites", etc.

Thanks, Alexander.

Its pretty common to just put it in C:/dev.

Thanks, behar.

I 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