Tagged Questions
is for questions that are asking for a list to be ranked. Stack Overflow is NOT the place to ask poll questions.
974
votes
123answers
207k views
What IDE to use for Python? [closed]
Caution!
This ancient question is from the early days of Stack Overflow, and while we recognize its historical significance and have thus chosen to keep it around, please realize that if a ...
415
votes
163answers
29k views
Worst security hole you've seen? [closed]
What is the worst security hole you've ever seen? It is probably a good idea to keep details limited to protect the guilty.
For what it's worth, here's a question about what to do if you find a ...
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
260
votes
95answers
55k views
The single most useful Emacs feature [closed]
My primary editor is Emacs, but my usage habits and knowledge of features has barely changed over the last few years.
What are the Emacs features that you use on a daily basis? Are there any ...
183
votes
11answers
111k views
Color Themes for Eclipse? [closed]
I am a recovering Emacs user, who is trying to ease into Eclipse usage. (Since I'm encouraging the rest of the team to use it, I guess I should at least try to get along).
My current excuse is that ...
183
votes
115answers
32k 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?
157
votes
36answers
7k views
What do you do to keep learning? [closed]
When my children tell me that they hate school, I often tell them that they need to get used to continuous learning because they live in a generation in which constant learning will be required. How ...
156
votes
105answers
19k views
What is your single most favorite command-line trick using Bash? [closed]
We all know how to use <ctrl>-R to reverse search through history, but did you know you can use <ctrl>-S to forward search if you set stty stop ""? Also, have you ever tried running bind ...
153
votes
38answers
14k views
What are your favorite git features or tricks? [closed]
What are your favorite git features or tricks, or even workflows? Post one feature, trick, or workflow per answer.
122
votes
28answers
7k views
TDD Anti-patterns catalogue
anti-pattern : there must be at least two key elements present to formally distinguish an actual anti-pattern from a simple bad habit, bad practice, or bad idea:
Some repeated pattern of action, ...
120
votes
25answers
12k views
Best Open Source Project Hosting Site [closed]
I want to start an open source project, but the rise in hosting sites leaves me a little paralyzed with choice. I know a little about several:
I never really liked SourceForge's UI but it still ...
109
votes
20answers
66k views
Best Weather APIs? [closed]
What weather services have APIs? Out of the handful or so, which ones are easiest to tie into? Do they use "raw" HTTP requests or web services? Are there wrapper APIs for Python, .NET, Java, etc. ...
108
votes
18answers
72k views
What CodeIgniter authentication library is best? [closed]
I see there are a few. Which ones are best maintained and easy to use? Or should I just write my own?
105
votes
65answers
11k views
What JavaScript library would you choose for a new project and why? [closed]
There seem to be a lot of choices now for DOM manipulation, Ajax and effects. Has anyone any experience of the different options and their pros and cons?
98
votes
74answers
24k views
Hidden features of Eclipse [closed]
Alright it can be a lame question, but everybody uses these things differently. What's some of the best time savers out there for this IDE.
Tom
98
votes
77answers
13k views
Do you have any recommended add-ons/plugins for Microsoft Visual Studio?
Freebies preferred, but if it is worth the cost....
96
votes
45answers
8k views
Programming Fonts [closed]
What's your preferred programming font?
There's an existing question like this. However, there are over 100 answers, most of which are just, "+1 MyFontOfChoice, blah, blah, blah". No offense to ...
90
votes
48answers
25k views
89
votes
49answers
13k views
What is the most frequent concurrency issue you've encountered in Java? [closed]
This is a poll of sorts about common concurrency problems in Java. An example might be the classic deadlock or race condition or perhaps EDT threading bugs in Swing. I'm interested both in a breadth ...
84
votes
104answers
11k views
Do you have a hobby development project? [closed]
Do you have your own hobby development project, that you like to work on your own?
If "yes", could you please tell a bit more about it (links are welcome)?
What kind of project is it?
Did it help ...
82
votes
21answers
7k views
Weaknesses of Hibernate
I would like to know which are the weak points of Hibernate 3. This is not pretended to be a thread against Hibernate. I think it will be a very useful knowledge for decide if Hibernate is the best ...
81
votes
17answers
10k views
Best unit test tutorials for beginners [closed]
Most decent programmers know that unit testing is important, but may not know where to begin. For a long time I knew the benefits of unit testing, but could never seem to figure out where a good ...
81
votes
35answers
66k views
Best IDE for Ruby on Rails [closed]
Having moved from Java to Ruby, I am struggling to find a good IDE for Ruby. I used Eclipse on Java, so I tried Aptana Studio (previously Radrails), but it's not even half as good.
Currently I am ...
73
votes
61answers
7k views
What is your favorite Visual Studio add-in/setting? [closed]
What add-in/setting in Visual Studio can you not live without? Which one improves your productivity or fixes something you can't stand in Visual Studio? Why is it your favorite?
My favorite is aspx ...
68
votes
14answers
9k views
Which LINQ syntax do you prefer? Fluent or Query Expression [closed]
LINQ is one of the greatest improvements to .NET since generics and it saves me tons of time, and lines of code. However, the fluent syntax seems to come much more natural to me than the query ...
68
votes
36answers
4k views
Favorite Essay about Programming [closed]
What is your favorite essay about programming? Something which has made you think, or made you a better programmer. Something that you feel portrays the field well, or maybe that was just hilarious to ...
64
votes
33answers
39k views
What is the best web prototyping tool?
What is the best tool to create a web application interface prototype?
63
votes
134answers
8k views
Did you ever switch from one programming language to another? [closed]
The stereotypical programmer is very keen on writing software in one particular programming language and is very fanatic about defending their programming language in any way they can, without being ...
62
votes
13answers
3k views
Hidden features of HTTP
What hidden features of HTTP do you think are worth mentioning?
By hidden features I mean features that already are part of the standard but widely rather unknown or unused.
Just one feature per ...
61
votes
21answers
3k views
Black hat knowledge for white hat programmers
There's always skepticism from non-programmers when honest developers learn the techniques of black hat hackers. Obviously though, we need to learn many of their tricks so we can keep our own security ...
60
votes
92answers
11k views
What is your (least) favorite syntax gotcha? [closed]
You know the ones that make you go WTH and are easily spotted by a coworker just passing by?
Please keep it one gotcha per answer to simplify voting.
60
votes
47answers
4k views
Debugging techniques
Debugging is the most time consuming activity of programming. So using appropriate tools and techniques is paramount to efficiency and productivity.
What are your favorite debugging techniques, and ...
59
votes
24answers
6k views
What's a good Functional language to learn first? [closed]
One of the blogs I read has been going over the fundamentals of Functional programming lately, and it's gotten me a bit more interested. Then, someone posted a question here that seems like a good ...
54
votes
132answers
8k views
Funny or weird error messages from a development environment/application [closed]
What is the funniest or weirdest error message you've got from a development environment/application?
For example:
Catastrophic failure
'null' is null or not an object
54
votes
24answers
20k views
What are good open source projects in Python for which I can be a contributor? [closed]
I have been learning and using Python for the last several months and I am interested in getting involved in open source projects using Python so as to be exposed to good implementations of Python in ...
53
votes
26answers
25k views
What is your .NET logging framework of choice? [closed]
There are many Logging frameworks for .NET, from simple Debug.WriteLine and Trace to Log4Net, Logging application block, NLOg and others.
Which one do you use or recommend, and why?
Also, which one ...
52
votes
41answers
10k views
What are the Worst Software Project Failures Ever? [closed]
Is there a good list of "worst software project failures ever" in the history of software development?
For example in Canada a "gun registry" project spent around two billion dollars.
This is of ...
52
votes
17answers
2k views
Should C# introduce a syntactic short-hand for IEnumerable<T>? [closed]
Just as C# 2 introduced T? as a short-hand for Nullable<T>, shouldn't C# consider introducing a short-hand for even the more popular IEnumerable<T>? Like T*?
Wouldn't this help make ...
51
votes
54answers
3k views
What programming hack from your past are you most ashamed of? [closed]
We've all been there (usually when we are young and inexperienced).
Fixing it properly is too difficult, too risky or too time-consuming. So you go down the hack path. Which hack from your past are ...
51
votes
22answers
6k views
What's the best way to organize CSS rules?
What strategies help you keep track of a large number of CSS rules? How do you organize your files, your code blocks, and your rules?
49
votes
30answers
6k views
Poll: What is stopping you from switching (from Java) to Scala? [closed]
What would make you to switch to Scala ?
If you are negative on the switching to Scala, please state the reason as well (or upvote).
As with all StackOverflow Poll type Q&As, please make ...
48
votes
36answers
27k views
What is the best scripting language to learn? [closed]
I have been learning C and C++ for sometime now. But, they do not allow me to do a lot of things like writing a script/program to get a bunch of files from the Internet easily. So, I want to learn a ...
47
votes
67answers
7k views
Are you a good or bad programmer? [closed]
I see a lot of questions on SO that are asked about 'good' programmers vs 'bad' programmers.
For example, what is a good/bad programmer, how to tell a good/bad programmer, what to do about a bad ...
47
votes
49answers
10k views
What is the best commit message you have ever encountered? [closed]
Following this topic, what is the best (as in witty and/or funny) commit message you have ever encountered?
For example, here's the message for a commit I made a few minutes ago:
This change ...
47
votes
14answers
6k views
What is your single favorite Python templating engine? [closed]
Name your single favorite Python templating engine (and describe why it's your favorite).
46
votes
46answers
6k views
What's the highest-level math you've used in the real world? [closed]
What's the highest-level math you've used in the real world? What did you need it for? Where did you learn it (in school, by yourself)? (Incidentally, I do mean in a programming context, as this is ...
45
votes
50answers
14k views
What real life good habits has programming given you? [closed]
Following this question, what real life good habits has programming given you?
44
votes
17answers
39k views
Best tools to monitor Tomcat [closed]
I'm searching free tools for monitor tomcat (traffic, memory usage, threads, requests, CPU, logs,...). I'm currently using lambdaprobe on Tomcat 5.5.x, but it seems that is no more developed (or not? ...
43
votes
11answers
6k views
Do you recommend using semicolons after every statement in JavaScript?
In many situations, JavaScript parsers will insert semicolons for you if you leave them out. My question is, do you leave them out? I'll post simple Yes/No answers as a poll, but I'm also interested ...
43
votes
43answers
4k views
Most interesting non-mainstream language? [closed]
I'm interested in compilers, interpreters and languages.
What is the most interesting, but forgotten or unknown, language you know about? And more importantly, why?
I'm interested both in compiled, ...