Tagged Questions

42
votes
12answers
1k views

How can you program if you’re blind?

Sight is one of the senses a programmer take for granted. Most programmers would spend hours looking at a computer monitor (especially during times when they are in the zone). I know there are blind …
31
votes
12answers
4k views

Using EMACS as an IDE

Currently my workflow with Emacs when I am coding in C or C++ involves three windows. The largest on the right contains the file I am working with. The left is split into two, the bottom being a …
23
votes
12answers
4k views

Best general SVN Ignore Pattern?

What is the best (or as good as possible) general SVN ignore pattern to use? There are a number of different IDE, editor, compiler, plug-in, platform, etc. specific files and some file types that …
20
votes
18answers
1k 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 …
20
votes
21answers
1k views

What Can Someone Do to Get Organized Around Here?

For years I have been trying to find an organizational scheme which works for me. I've tried digital calendars (Google Calendar, My WebCal at work, Chandler, Sunbird) to no avail as of yet. I've …
19
votes
99answers
4k views

The funniest/weirdest error message you’ve got from a development environment/application

What is the funniest/weirdest error message you've got from a development environment/application? "Catastrophic failure" "'null' is null or not an object"
16
votes
9answers
433 views

What is in your JavaScript toolchain?

I am looking to start writing a fairly sophisticated application in JavaScript to run on the web. I've written little bits of throwaway code in JavaScript before, using the DOM directly and a little …
16
votes
15answers
2k views

Setting up a Programming Environment in Linux

I recently started using Linux as my primary OS. What are the tools that I will need to set up a complete programming environment in Linux for C and C++?
15
votes
22answers
1k views

Should developers have administrator permissions on their PC

Should developers have administrator permissions on their PC or is giving them power user access sufficient? Some comments: If they want to try out some new application that would need installing, …
15
votes
13answers
1k views

Setting up a Mac for programmers

I recently switched over to a MacBook Pro so I'm still really new at Mac software ecosystem. What is the best guide or what tips do you have to quickly get adept at using Mac for developing on both …
13
votes
18answers
648 views

Code Quality

I work for a software development company and we have around 100 people working on a product, 1/3 of these people are QA. Lately management wants to have a better way to rate individual programmers …
13
votes
12answers
596 views

What constitutes a development environment, and how do you document it?

What items go into a software shop's development environment, how do you document it, and what processes do you follow to make changes? I thinking about this from the standpoint where I want to make …
12
votes
18answers
1k views

What is your preferred tool stack for PHP development in the Windows Environment?

I have been developing basic web sites for awhile now with some PHP thrown in for getting dynamic stuff done. However, I recently decided that it was time I got my hands a little dirtier so I wanted …
12
votes
8answers
1k views

How do you set up your .NET development tree?

How do you set up your .NET development tree? I use a structure like this: -projectname --config (where I put the configuration files) --doc (where I put all the document concerning the project: …
12
votes
13answers
1k views

How do you choose a Linux/Unix/BSD distribution?

I am attempting to choose a Linux, Unix, and/or BSD distribution for development purposes. I want to be able to do things like write shell scripts, develop C, C++, Java, Ruby, Python, etc. apps in a …

1 2 3 4 5 21 next
15 30 50 per page