Tagged Questions
The development-environment tag has no wiki summary.
389
votes
23answers
40k views
How can you program if you're blind?
Sight is one of the senses most programmers take for granted. Most programmers would spend hours looking at a computer monitor (especially during times when they are in the zone), but I know there are ...
183
votes
115answers
33k views
Recommended Fonts for Programming? [closed]
What fonts do you use for programming, and for what language/IDE? I use Consolas for all my Visual Studio work, any other recommendations?
85
votes
61answers
5k views
What tricks can be used to type and edit code faster?
Please read the full question before posting. It's not that long.
As Jeff Atwood noted, we are typists first, programmers second. Fast typing and editing may not be essential to be a good programmer, ...
84
votes
14answers
22k 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 ...
75
votes
13answers
17k 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 ...
53
votes
17answers
3k views
Pre-installed Linux for Web Developers?
Does anybody know an ISO image of a up-to-date Linux distribution aimed at web developers with one, some or all of the following features:
LAMP stack readily set up (Readily installed Apache 2, ...
45
votes
13answers
2k views
Is the Windows dev environment worth the cost? [closed]
I recently made the move from Linux development to Windows development. And as much of a Linux enthusiast that I am, I have to say - C# is a beautiful language, Visual Studio is terrific, and now ...
42
votes
17answers
7k views
How do you get by without a Mouse? [closed]
I've been slowly using my mouse less and less over the past few years. As a developer who prefers the command line over IDE bloat: the less I move from my keyboard, the more productive I tend to be. ...
37
votes
27answers
1k views
How does one create an enthusiastic development team?
If you have a room full of capable developers, what can be done to encourage those developers to become excited and enthusiastic about software and software development?
No gimmicks, but a genuine ...
33
votes
9answers
3k views
What is in your JavaScript toolchain?
I am looking to start writing a 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 bit of ...
32
votes
22answers
5k 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, ...
29
votes
24answers
24k views
What is the best XML editor? [closed]
Is there a good XML / XSD editor out there? I've been using the editor in Visual Studio 2005 a little but find it lacking in features.
Which editors do you use?
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 ...
27
votes
8answers
3k views
How can I use Python for large scale development?
I would be interested to learn about large scale development in Python and especially in how do you maintain a large code base?
When you make incompatibility changes to the signature of a method, ...
26
votes
21answers
2k views
What Can Someone Do to Get Organized Around Here? [closed]
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 ...
21
votes
13answers
1k 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 ...
21
votes
15answers
5k 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++?
20
votes
19answers
1k 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 ...
18
votes
10answers
1k views
How to automate development environment setup?
Every time a new developer joins to the team, or the computer a developer using changes, developer needs to do lots of work to setup the local development environmentto make the current project ...
18
votes
20answers
2k views
Are you using Virtual Machine as your primary development enviroment?
Recently I have purchased a notebook that cames with Windows Home Basic (that don't have with ASP.Net/IIS. I thought in upgrade the Windows version to one with ASP.Net/IIS, but I thought in another ...
18
votes
16answers
934 views
One DB per developer or not?
In a corporate development environment writing mostly administrative software, should every developer use their own database instance, or should they use a central database instance during ...
17
votes
9answers
2k views
Is there a way to stop Google Analytics counting development work as hits?
I have added the JavaScript that I need to the bottom of my pages so that I can make use of Google Analytics. Only problem is that I am sure that it is counting all my development work as hits. Seeing ...
16
votes
14answers
1k views
Why is it still so hard to write software?
Writing software, I find, is composed of two parts:
the Idea, and
the Implementation.
The Idea is about thinking: "I have this problem; how do I solve it?" and further, "how do I solve it ...
16
votes
26answers
2k views
What does your Java development environment consist of?
I am looking to start fiddling around with Java development in my free time (professionally a .NET developer) and I am curious as to what the community feels is their preferred development ...
16
votes
13answers
3k views
Setting up a Mac for programmers [closed]
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 ...
15
votes
3answers
5k views
VS 2010 very slow
I have just upgraded to VS 2010, and I have performance problems which I did not have before (in VS 2008).
The most annoying thing is that it freezes while I work in the text editor. Sometimes when ...
15
votes
7answers
308 views
Which work process in my company should I Improve first?
I've just started to work in a new place, and I see several things they do that I find really terrible, and I want to know if they are indeed so wrong, or I am just too strict. Please let me know if ...
15
votes
5answers
2k views
TextMate tips for Rails Development
Working on Rails code for a bit has started me on the spiral into obsessively customising my dev environment (I say obsessive as at the last Rails meetup I went to there was some guy who was raving ...
15
votes
19answers
2k 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 ...
14
votes
3answers
478 views
What are the advantages of IntelliJ over Eclipse?
I have been working with Eclipse for quite some time and recently got several recommendations to use IntelliJ.
As I just saw that questions of the format of "Which IDE is better?" are frowned upon ...
14
votes
6answers
13k views
Change a Rails App to production
How can I change my RoR app to run in production mode? Is there a config file (environment.rb for example) to do that?
Thank you.
14
votes
6answers
2k views
Distinguishing development mode and release mode environment settings on Android
I'm building an Android application and would like to maintain a few environment variables that I can tweak depending on whether I'm in development mode or release mode. For example, I need to invoke ...
14
votes
11answers
1k views
What's a good source code search engine?
The codebase I work on is huge, and grepping it takes about 20 minutes. I'm looking for a good web-based source code search engine.. something like an intranet version of koders.com.
The only thing ...
13
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: ...
13
votes
12answers
2k views
How do you choose a Linux/Unix/BSD distribution? [closed]
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 ...
13
votes
12answers
3k views
Using Visual Studio to develop for C++ for Unix
Does anyone have battle stories to share trying to use Visual Studio to develop applications for Unix? And I'm not talking using .NET with a Mono or Wine virtual platform running beneath.
Our ...
12
votes
8answers
4k views
Experience programming with netbooks in daily commute [closed]
I commute a lot of my time to work (> 40 minutes by train) and been thinking about purchasing a notebook just to keep myself occupied on the train on my way to work and back home again.
There are ...
12
votes
11answers
15k views
PC equivalent of Coda? [closed]
Can any one recommend a good all-in-one web development tool for Windows.
Something on par with Coda, which is only available for Mac OS X?
12
votes
20answers
992 views
Embedded platform development in (!C)
I'm curious to see how popular the alternatives to C are in the embedded developer world e.g. Ada...
I've only ever used C (with a little bit of assembler), but then my targets have very limited ...
12
votes
28answers
1k views
What Windows software do you like for personal “To-do lists” (especially using the Getting Things Done approach)?
I know this is a wee bit off topic, but I think a lot of programmers need this sort of thing and many use the GTD approach.
My criteria:
*Windows compatible. I prefer a desktop solution, but ...
11
votes
8answers
716 views
Better choice for cross-platform development: Java or C#?
I am a Unix developer with 25+ years' experience. I've done a lot of cross-platform work, most recently developing code on MacOS and retargeting it to Linux with autoconf and to Windows with mingw in ...
11
votes
9answers
509 views
Where/When do C# and the .NET Framework fail to be the right tool?
In my non-programming life, I always attempt to use the appropriate tool for the job, and I feel that I do the same in my programming life, but I find that I am choosing C# and .NET for almost ...
11
votes
2answers
7k views
What accounts to use when installing SQL Server 2008 Developer
I am installing SQL Server 2008 Developer here, and on the Server Configuration step of the installation it asks me about Service Accounts. What do I choose here?
I can see the available ones in the ...
11
votes
7answers
4k views
Where can I find nice Dark ReSharper (with Color identifiers = on) Themes?
I haven't come across any decent dark Visual Studio 2008 color themes with support for ReSharper's Color identifiers turned on.
Have any been published?
11
votes
4answers
32k views
How do I set a path in visual studio?
How do I set a path for dll's to be searched in Visual Studio for a particular project alone.
Now I am setting it in environment path variable, but I would like better control over this.
11
votes
17answers
4k views
Which IDE is for me? [closed]
I'm currently using PSPAD as my main editor, but I'm looking to get something more full featured. I code in PHP, but occasionally modify HTML and CSS code too.
I am looking for:
Directly editing a ...
11
votes
11answers
914 views
Extreme Programming, does it work?
I'm wanting to hear from some people who have actually done extreme programming.
Does it work? Well?
Is it sustainable over the long term?
Thanks!
11
votes
11answers
842 views
Daily Build vs. Zero Defect
How do you go about doing a daily build and striving for a zero-defect environment? Does it mean I never get to go home until I've killed all the bugs in my new code? Or does it mean I just don't ...
11
votes
3answers
1k views
Can I assign a global hotkey to an Adobe AIR app?
Is it possible to assign a global hotkey to a specific feature in an Adobe AIR app, i.e. the app feature responds to the hotkey whether the app is active or not (it must be running of course, but only ...
11
votes
14answers
928 views
MATLAB Environment Tweaks
How have you tweaked the MATLAB environment to better suit your needs? One tweak per answer.