DO NOT USE (instead, see http://productivity.stackexchange.com/)
291
votes
124answers
31k views
Favorite Visual Studio keyboard shortcuts [closed]
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.
37
votes
7answers
11k 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 ...
41
votes
23answers
3k 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 ...
90
votes
46answers
8k 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 ...
94
votes
29answers
5k 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 ...
32
votes
10answers
3k 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". ...
27
votes
29answers
42k views
What is the best keyboard/mouse for ergonomics or to prevent wrist pain? [closed]
I have had pain in my wrists in the past, and as someone who types all day, I was wondering what are some keyboards or mice that have helped for this sort of pain.
Update: Many answers have ...
30
votes
15answers
8k views
Reaching up to hit the escape key sucks (especially in vim) [closed]
Escape is almost as important as the enter key, used universally for "cancel". In vim, it's arguably more important than the space bar, making its location highly suboptimal.
What key remappings -- ...
37
votes
15answers
16k views
Best tool(s) for working with DocBook XML documents? [closed]
I experimented with DocBook XML a while back, and also used it professionally for documenting a few software projects, but since the tool support at the time was not very good, I soon abandoned it in ...
52
votes
17answers
8k 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?
35
votes
14answers
3k 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 ...
7
votes
14answers
2k views
I know C#. Will I be more productive with Python?
To clarify: I've been programming in C# for 5 years now, doing both Windows and Web development. I don't intend using Python for GUI development (I pretty much like WPF and Windows Forms).
Will I be ...
56
votes
17answers
20k 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 ...
27
votes
15answers
10k views
best practice for passing many arguments to method?
Occasionally , we have to write methods that receive many many arguments , for example :
public void doSomething(Object objA , Object objectB ,Date date1 ,Date date2 ,String str1 ,String str2 )
{
}
...
25
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 ...
12
votes
6answers
8k views
How to set up tmux so that it starts up with specified windows opened?
How to set up tmux so that it starts up with specified windows opened?
24
votes
15answers
7k views
Keyboard layout for international programmers?
I think everybody who had to program using a standard German (or any other international) keyboard layout on Windows (or Mac) will complain about the conundrum of either having all special characters ...
10
votes
18answers
12k views
What is the best way to organise e-mails in MS Outlook?
Every software development professional (and especially project managers) has to deal with a never ending stream of e-mails. What is the best way of organising them in MS Outlook?
Obviously some ...
15
votes
14answers
1k views
Databases versus plain text
When dealing with small projects, what do you feel is the break even point for storing data in simple text files, hash tables, etc., versus using a real database? For small projects with simple data ...
8
votes
12answers
2k views
Need a better way to manage database schema changes
Currently, we manage database (SQL Server) changes with a series of numbered scripts. One folder holds scripts that can only be run once (table alters, data initialization, etc). Another holds all ...
11
votes
7answers
918 views
Distributed Version Control “killer applications”
Considering switching to Mercurial or Git? We are too.
I'm currently studying the benefits of DVCS which turn out to be vast, lust and must.
I would love to hear from the community typical usage ...
12
votes
2answers
4k views
Mapping <C-Tab> in my vimrc fails in Ubuntu
I want to map ctrl-tab to :tabn, and ctrl-shift-tab to :tabp.
I had it working for gVim in Windows XP, but moved it to my .vimrc in Ubuntu 9.10 and it doesn't work (vim 7.2).
Here's the relevant ...
160
votes
34answers
33k 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 ...
50
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, ...
104
votes
15answers
38k views
Mythical man month 10 lines per developer day - how close on large projects? [closed]
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 ...
30
votes
17answers
3k views
How can I apply David Allen's “Getting Things Done” as a programmer? [closed]
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% ...
59
votes
53answers
5k views
29
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 ...
32
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 ...
22
votes
10answers
8k views
What is a fair productivity measurement technique for programmers?
Is there any measurement technique that takes into consideration not only how many artifacts were generated (i.e. lines of code, use cases, etc), but also considers the quality and effort involved?
...
8
votes
9answers
2k views
Working on multiple projects
I am often involved in multiple programming projects at the same time. I sometimes find it hard to time-share between those projects efficiently.
For example:
Some projects get too little ...
12
votes
13answers
860 views
How exactly do you judge how well a programmer performs?
Given a team of developers collaborating on the production of a piece of sofware. How would you go about assessing individual developer performance and quality?
I'm mostly looking for non subjective ...
9
votes
44answers
2k views
What is the most disruptive thing in a developer's day? [closed]
What things interrupt developers during the day and really derail their progress?
Phone calls,
OS issues,
Email,
change control,
meetings,
announcements, etc.
Which in particular make you change ...
17
votes
31answers
2k views
12
votes
3answers
529 views
Easiest way to swap occurrences of two strings in Vim?
What is the easiest way to replace all occurrences of string_a with string_b while at the same time changing anything that was already string_b into string_a? My current method is as follows:
...
6
votes
11answers
8k views
Ideal Computer for Software Development
What would you consider the ideal computer configuration for software development? Also, what upgrades would you look at for a development computer?
2
votes
6answers
510 views
Tricks to avoid productivity “rabbit holes” [closed]
I find that I often descend into what I call "rabbit holes" as I learn about a new technology/language/method/etc.
These are the moments where you feel that in order to understand a detail of what ...
2
votes
4answers
1k views
Is WPF development faster or slower than classic ASP.NET (web forms)
Are you experienced with both ASP.NET and WPF coding? If so, I'll be grateful if you'll share your experience, please.
We are estimating a 100-screen WPF project. Our estimation methodology involves ...
1
vote
11answers
258 views
What peripherals or accessories help you program? [closed]
After years of frustration with the function lock on my keyboard constantly launching unwanted applications, I am left wondering: What peripherals or accessories can make a programmer more productive? ...
163
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 ...
30
votes
26answers
3k views
How do you keep your Windows development machine from slowing down? [closed]
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 ...
21
votes
25answers
4k views
Utilizing Time to Improve Programming Skill [closed]
In an attempt to be a better programmer, I am planning to read a lot of books and learn at least one new language (which I think is going to be python) during the 3-month long holiday that I am going ...
21
votes
14answers
3k views
How to improve productivity when developing Java EE based web applications
I'd like to know how you address the seemingly low productivity of Java EE-based web application development compared to other technology stacks (Seaside, Ruby on Rails, etc).
The constraints are:
...
50
votes
48answers
3k views
how to keep yourself from perfectionism when coding [closed]
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 ...
42
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 ...
36
votes
25answers
5k views
Best cure for sore eyes during prolonged programming? [closed]
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 ...
19
votes
13answers
3k views
VIM like tools and softwares Collection [closed]
I've used VI(M) for over 2 years, and I really love its easy navigation and keyboard orientation. So except VI(VIM, gvim), I try to find more VIM-like tools(softwares) to benefit more. And I've got ...
18
votes
10answers
8k views
Best workstation furniture for programming? [closed]
I've used a variety of computer furniture over the years and was wondering what other folks liked? My current workstation at home is the couch because my wife has taken over my 48" Anthro Cart for ...
20
votes
4answers
6k views
Comparing developer productivity tools [closed]
I am getting ready to test developer productivity tools for our team (Coderush, Resharper, JustCode, etc). We're planning to roll the tool out the same time as we deploy Visual Studio 2010 and TFS.
...
18
votes
4answers
1k views
Is there a scheduling algorithm that optimizes for “maker's schedules”?
You may be familiar with Paul Graham's essay, "Maker's Schedule, Manager's Schedule". The crux of the essay is that for creative and technical professionals, meetings are anathema to productivity, ...