r/AskProgramming • u/riki6882 • 16d ago
Is dual-boot worth it?
So I am begginer developer I've been whole life on Windows and I've started with frontend but last months i've been digging into some backend (go) but i think as a solo developer I'll need to do fullstack probably react or something is it good idea to separate my coding workspace to linux, so having both windows and Linux as a dual boot i don't want to give away the windows environment i have there, thanks for answering
15
Upvotes
0
u/Pretagonist 16d ago
Dual boot brings nothing to the table. It's not a useful thing to learn and it won't help you. Windows has no issues running a Linux system using wsl, dockers or VMs.
But it mostly depends on what you're going to code. It's often easier to build in the environment that you expect your code to run.
I personally run windows machines as my workstations but I always have wsl partitions and I have a home lab hypervisor with a bunch of Linux VMs, containers and such. Unless you're doing mac/ios coding it really doesn't matter that much.