Tagged Questions
Productivity is a measure of output from a production process, per unit of input.
568
votes
41answers
174k views
What is your most productive shortcut with Vim?
I've heard a lot about Vim, both pros and cons.
It really seems you should be (as a developer) faster with Vim than with any other editor.
I'm using Vim to do some basic stuff and I'm at best 10 times ...
400
votes
54answers
75k views
Best Diff Tool?
For all my present Diff / Merge needs I'm using Beyond Compare; when I decided to buy a license for it I tried other similar tools, both payware and freeware.
Now BC is at version 3, and I think it's ...
261
votes
142answers
32k views
What are your favorite Vim tricks? [closed]
Post your favorite Vim tricks (or plug-ins or scripts). One trick per answer.
Try to come up with something other than the basics, btw. :D
252
votes
92answers
15k views
What tricks do you use to get yourself “in the zone”? [closed]
Once I am "in the zone" I am extremely productive and code just flows out of me, often I can get 2 or 3 days coding done in 1 day. But I find that often its hard to get to that place, I find myself ...
209
votes
122answers
15k views
Favorite Visual Studio keyboard shortcuts
What is your favorite Visual Studio keyboard shortcut? I'm always up for leaving my hands on the keyboard and away from the mouse!
One per answer please.
157
votes
72answers
60k views
What is in your .vimrc? [closed]
Vi and Vim allow for really awesome customization, typically stored inside a .vimrc file. Typical features for a programmer would be syntax highlighting, smart indenting and so on.
What other tricks ...
150
votes
64answers
6k views
How to psyche yourself to just program the darn thing [closed]
I go through phases where I spend far too much time stressing out over the best way to program something instead of just programming the darn thing - a trait I don't think is uncommon among ...
95
votes
34answers
15k views
Is learning VIM worth the effort? [closed]
As a programmer I spend a lot of hours at the keyboard and I've been doing it for the last 12 years more or less. If there's something I've never gotten used to during all this time is these annoying ...
89
votes
46answers
5k views
How do you track your hours? [closed]
Every programming job I've had has required me to track my hours, entering them into a system once a week. I've never been good at it. For the past few years, I've been running Timesnapper* on all my ...
86
votes
29answers
4k views
What tools/techniques can benefit a solo developer?
I am a solo developer, working in a very small web development firm. There is occasional support for development from contractors, but for the most part, if code is written in the office, I am writing ...
83
votes
17answers
2k views
How to demonstrate to management that mediocre developers are hurting team [closed]
I am in the precarious position of "managing" a team of developers at a small company. I say "managing" because although I assign work and provide feedback on their performance I have no recourse in ...
80
votes
32answers
4k views
Ways to prepare your mind before coding? [closed]
Coding is a very attention consuming exercise, how do you prepare yourself to begin a good coding session?
I use to be more calm and ready to think in a useful way after reading some insightful new ...
72
votes
28answers
6k views
Making Vim ubiquitous? [closed]
The Pragmatic Programmer recommends that you should use one
text editor for everything. My chosen
weapon editor is Vim.
So I want to collect all the ways in which Vim (and the Vim
keybindings) can be ...
67
votes
48answers
5k views
Should developers *really* have private offices? [closed]
We will probably be moving within a year, so we have to make some decisions regarding office layout.
At the moment, our company is basically one big office.
When our developers can't bother to be ...
53
votes
52answers
4k views
47
votes
14answers
15k views
Mythical man month 10 lines per developer day - how close on large projects?
Everybody always says that they can beat the "10 lines per developer per day" from the "Mythical Man Month", and starting a project, I can usually get a couple hundred lines in in a day.
But at my ...
47
votes
53answers
4k views
How do you track your time? [closed]
I had about 7 employes until today and everyone had another kind of timesheet/timereporting.
How do you track your time at your current workplace, or if your a freelancer, how do you keep track of ...
47
votes
82answers
4k views
What was the biggest lesson you learned in your career as an IT professional? [closed]
Reminiscing on your career as an IT professional, what was the biggest lesson you learned?
[If you can accompany your answer with an story, anecdote, link to a website, article or book it would be ...
45
votes
32answers
3k views
How do you manage to write high quality code very quickly?
Can you give some advice on how to maintain the code quality at a high level when you have to finish as soon as possible.
Do you know some special techniques?
Is the programming language a critical ...
45
votes
32answers
3k views
How do I become a programmer who 'gets things done'?
In reference to Joel's 'smart and gets things done' idea...
How do I improve my 'gets things done' ability?
I'm not super smart, but working on being smarter than I am.
Attending user groups, ...
43
votes
23answers
24k views
Best tail (log file visualization) freeware tool? [closed]
I have many programs generating tons of logs in files.
What freeware do you know, either for Windows or for multi-platforms (if they are in java for instance), able to tail (display the end of) those ...
42
votes
58answers
16k views
Mouse for programmer [closed]
We have discussed keyboards. But take a look at the small piece of plastic to the right (or left :) ) of your beloved keyboard! This humble creature helps you to draw nice forms, and click all around ...
40
votes
27answers
2k views
Do you find that programmers generally get half way through a project and then slow to a crawl and how to resolve this? [closed]
I have found this both in myself and managers have mentioned it to me regarding other programmers: about half way through a project, the progress of a programmer will slow to a crawl and it's hard to ...
39
votes
17answers
6k views
PowerShell Tips & Tricks for Developers [closed]
What are the some of the PowerShell tips & tricks that you use to increase your productivity as a .NET developer?
38
votes
54answers
4k views
Should programmers be excellent typists?
OK, I know this is kind of subjective, and I apologise for that, but hear me out.
I have to admit, like most geeks, I got into computing at an early age, this means I never even considered things ...
35
votes
17answers
12k views
SSD and programming
I'm trying to put together a business case for getting every developer in our company an SSD drive.
The main codebase contains roughly 400,000 lines of code. My theory is that since the code is ...
32
votes
23answers
2k views
How to keep concentrated and focused while waiting for your compiler?
When I'm working on software, I find that as soon as I have to wait more than around 6 seconds for the compiler or for the program to start (or simply for Visual Studio to process some really ...
31
votes
48answers
2k views
how to keep yourself from perfectionism when coding
In personal projects I often find myself tinkering over code and keep rewriting it because there's always something that can be improved. I'm looking for ways to tell myself 'ok the code is not ...
31
votes
20answers
1k views
Procrastinating by Learning Programming
Lately I feel like learning new ideas about programming has become form of procrastination. It's easier for me to learn a new framework, language, paradigm, field, algorithm, etc, than to sit down and ...
30
votes
28answers
2k views
Developers' Bill Of Rights [closed]
We're fortunate in our company to each have 2 decent-sized monitors and reasonably fast machines. This alone is enough to impress many of my peers who are stuck working with poor equipment. But should ...
29
votes
55answers
4k views
Hobbies/Careers that complement programming [closed]
Do you cultivate an alternative career/hobby which complements or refreshes your primary role as a developer? If so, what is it and why?
Also see these related questions:
If you weren't a ...
28
votes
18answers
2k views
Do you have a physical “developer busy” indicator?
At my workplace, it has been suggested that each developer is given the opportunity to indicate to his peers that he is busy and cannot be disturbed. This would be done in order to ensure that you ...
28
votes
26answers
3k views
How do you keep your Windows development machine from slowing down?
After using Windows for some time, any computer can begin to suffer from "Slow Computer Syndrome", or "winrot", so I am interested to hear what you are doing to prevent this.
I am not looking for ...
28
votes
26answers
4k views
Best cure for sore eyes during prolonged programming?
Does any one suffer from sore/burning or tired/heavy/blurred feeling eyes particularly while programming?
The only thing I have found is it is more typical of days where I have had mixed sleep ...
28
votes
14answers
2k views
Dealing with “Coder's Block” (or blank form syndrome) [closed]
I know this is the sort of somewhat open-ended question that we're discouraged from asking, but there are lots of open-ended questions around already, and this is something quite relevant to me right ...
28
votes
13answers
2k views
Best practices when “going dark” (or going solo) [closed]
I'm sure some of you would have read Jeff's Atwood's Don't Go Dark article. The gist is that it is anathema to go "lock yourself in a room" and perform a development task or project for long periods ...
27
votes
33answers
2k views
Ways to handle a programmer who is not thorough [closed]
I'm working in a startup company where the development team is a small team of three programmers; A project manager, myself and another guy.
The issue is that the other guy regularly commits code ...
26
votes
14answers
2k views
How do you plan your day's work?
At the start of the day, I often just fire up my IDE and work on my current project until I get tired or finish a certain part of the project.
But often that doesn't work out too well. Before I get ...
26
votes
10answers
2k views
Are there statistical studies that indicates that Python is “more productive”?
If I do a google search with the string "python productive" the first results is a page http://www.ferg.org/projects/python_java_side-by-side.html claiming that "python is more productive of Java". ...
26
votes
16answers
3k views
How can I apply David Allen's “Getting Things Done” as a programmer?
Off and on I have read David Allen's "Getting Things Done" productivity books but never really implemented it.
What tools do you use to track tasks and projects?
How do you organize tasks when 95% ...
26
votes
7answers
7k views
How can I programmatically determine if my workstation is locked?
I'm writing up some productivity/metrics tools for myself to help monitor my focus throughout the day. Recently, I've noticed that I tend to get off track more than usual and feel the need to get up ...
25
votes
25answers
15k views
Dual Monitor Window Management for MS Windows
I am sure I could get some great suggestions here since I am sure a large percentage of the StackOverflow user base could help me out here.
Like most dev's I have dual monitor setup at work, and a ...
24
votes
12answers
1k views
How do you build a culture of collaboration in your team?
We've recently moved to using the wiki in our team. Earlier, we thought people couldn't contribute because it was difficult to. However, having a wiki (3 months now) hasn't helped as much as we'd ...
23
votes
24answers
2k views
Which programming blog entry opened your eyes and made you do something different as a developer from that moment on? [closed]
We all have had the experience... Somebody opened our eyes at some point with a very good blog post about our work as developers. And from that day with strive to do a better job.
What was the most ...
22
votes
14answers
1k views
explaining software development to management
Our team is working on old hardware and trying to justify buying new hardware to improve our productivity. Mainly to improve compile times, better use of Virtual Machines, running multiple instances ...
22
votes
27answers
8k views
Freeware Programmer Calculator
There have been lots of times in the past where a good programmer-oriented calculator would've saved me a lot of time. Lately, I've been doing quite a lot of bit manipulation, and having to do ...
22
votes
15answers
1k views
Why is coding so slow?
Is it only me, or is coding getting slower and slower, until a product("a project") is finished?
This question came to me as I saw the "Write a program in 30 minutes":
I thought it is impossible to ...
21
votes
4answers
620 views
Has Anyone Tried to Implement or Participated in a “Productivity Game” at Work?
In The Practical Guide to Defect Prevention, the authors mention that one creative way to boost productivity in software development is to implement "productivity games" where employees compete ...
21
votes
18answers
1k views
How to get the most out of a 3 month intern? [closed]
We've got a software engineering intern coming in who's fairly competent and shows promise. There's one catch: we have him for 3 months full time and can't count on anything past that. He still has a ...
20
votes
10answers
790 views
How much more productive are three monitors than two? [closed]
I am mulling over whether to buy a new monitor, to go along side my current setup of two 24 (ish) inch monitors. What I want to know is whether this is worth the money (probably around £200)?
I think ...