Ask HN: What's the most productive development environment you've used?
11–20 of 70 posts
Re: Ask HN: What's the most productive development environment you've used?
#12Everything I've ever been employed to do has pretty much been throwing data around, there's no substitute for being able to iterate and view dataframes interactively.
I've used Visual Studio/pycharm for my coding coding but if I had to choose between no IDE and no data-repl I'd go no IDE every time.
Re: Ask HN: What's the most productive development environment you've used?
#13Re: Ask HN: What's the most productive development environment you've used?
#14Re: Ask HN: What's the most productive development environment you've used?
#15Re: Ask HN: What's the most productive development environment you've used?
#16From integrated testing, database source viewer up to working with remote interpreters, basically everything is included to make you focus on work without leaving the IDE.
The same goes when doing JavaScript, I'll go straight to WebStorm.
Need to mention my go to OS is ArchLinux with the latest KDE on top of it. If I have to use Windows, then I'll fire up an Arch Linux VM and live with a SSH session.
Re: Ask HN: What's the most productive development environment you've used?
#17Optimized for not using your mouse. It's not so much about literally saving you time since typing is only small portion of your day, but being able to express yourself with less effort goes a long way in keeping you from feeling mentally drained
Re: Ask HN: What's the most productive development environment you've used?
#18Re: Ask HN: What's the most productive development environment you've used?
#19Terminal + vim + window manager that supports multiple workspaces.
Switching workspaces and windows is super fast, and have vim configured with shortcuts to switch between buffers.
Re: Ask HN: What's the most productive development environment you've used?
#20Vim + tmux + NERDTree + a bunch of other plugins to handle code completion, gutters, etc. Add a 34-inch ultrawide monitor (Dell has been best with color accuracy for me) to the mix and a nice keyboard, makes all the difference in the world!