from Hacker News

Ask HN: How do you setup a new computer for programming?

by spdebbarma on 5/14/19, 4:55 AM with 1 comments

I am purchasing a new laptop for work and I was wondering what steps do you take when setting up the new system. I would like a breakdown of what you do and how you organize repos, services, dependencies, softwares, etc.

What other best practices have you figured out after years of experience?

P.S.- I will be using a Windows system.

  • by CyberFonic on 5/14/19, 7:55 AM

    It really depends on what language(s), tools, frameworks and target domain.

    You might want to look at some open source projects to see how they have structured the subdirectories within the project. I personally would simply have a D:/Project/abc/.... structure.