Live data from Hacker News

Ask HN: What tools do you use for development?

news.ycombinator.com

1–10 of 20 posts

Ask HN: What tools do you use for development?

#1
Hi HN. What tools do you use for development? It doesn't matter what Operating System, nor the language. I am specifically looking for some interesting tools related to C/C++/Java that could make my life easier, but I suppose anything is welcome since perhaps some others will find them useful (i.e web development related tools, etc).

Re: Ask HN: What tools do you use for development?

#2
I am primarily a .net developer so my tools are Microsoft related except for front end development. I use webstorm, grunt/bower/yeoman and npm for front end development. For .net and sql I use sql data management studio, visual studio 2010 and 2012 with resharper. Check out jetbrains products. Tehy probably have something that can help you with C++

Re: Ask HN: What tools do you use for development?

#5
Ruby developer:

A browser (between Safari, Chrome and FF) if the app is a web-app ... plus tmux + vim (with loads of plugins) + rvm (ruby version manager) + git (github/bitbucket).

Occasionally I might use additional tools to enhance the workflow (growl for notifications, etc.)

Re: Ask HN: What tools do you use for development?

#9
Emacs, vim (increasingly less), rxvt-unicode (terminal emulator), org-mode, org-agenda-mode, and xmonad window manager.

My goal is to be able to interactively develop all languages I may come across with a repl and at least a stepping debugger for when I need it.

I like to keep it all in emacs so I can add tasks to my todo list/agenda with minimal effort (C-c C-r) no matter where I'm at then get back to work without even switching windows.

Post reply on HN