Tagged Questions
A discussion might be defined as the consideration of a question in open and usually informal debate.
258
votes
36answers
27k views
What does Ruby have that Python doesn't, and vice versa? [closed]
There is a lot of discussions of Python vs Ruby, and I all find them completely unhelpful, because they all turn around why feature X sucks in language Y, or that claim language Y doesn't have X, ...
137
votes
78answers
16k views
Should I learn C? [closed]
Original Question: Should I Learn C?
In the theme of the stackoverflow podcast, here's a fun question: should I learn C? I expect Jeff & Joel will have something to say on this.
Some info on my ...
106
votes
28answers
37k views
Why do we use arrays instead of other data structures?
As I was programming, I haven't seen an instance where an array is better for storing information than another form thereof. I had indeed figured the added "features" in programming languages had ...
104
votes
52answers
5k views
Have you ever written a computer virus (or at least tried)?
The title pretty much says it all: have you ever written (or tried to write) a computer virus? I know pretty many young programmers try to do something like that in their early days. Did you? If yes, ...
72
votes
16answers
2k views
Am I a bad developer because I can't answer 99% of the questions here?
I really enjoy browsing StackOverflow. I've learned quite a few things just from perusing the questions. But, I have to admit, it's really bruising my confidence when I realize how much I DON'T ...
67
votes
117answers
6k views
What “already invented” algorithm did you invent? [closed]
In my question Insert Update stored proc on SQL Server I explained an efficient way of doing an insert/update - perhaps THE most efficient. It's nothing amazing but it's a small algorithm that I came ...
65
votes
19answers
14k views
On Design Patterns: When to use the Singleton?
The glorified global variable - becomes a gloried global class. Some say breaking Object Oriented Design.
Give me scenarios, other than the good old logger where it makes sense to use the singleton.
61
votes
3answers
4k views
What are the drawbacks of Stackless Python?
I've been reading recently about Stackless Python and it seems to have many advantages compared with vanilla cPython. It has all those cool features like infinite recursion, microthreads, ...
61
votes
11answers
12k views
55
votes
52answers
4k views
How do you advance beyond being an 'advanced' programmer? [closed]
I'm what I think would be considered an 'advanced' programmer. I have years of experience doing reverse-engineering, kernel/compiler/emulation/game development, many programming languages under my ...
54
votes
15answers
17k views
The art of programming: Java vs C#
Throughout my university career I used Java to code projects until I started working which is where I had to delve into the C# realm. Though the .Net library is fairly extensive I can't help but feel ...
52
votes
17answers
3k views
Should I find a new career? [closed]
I've been having some problems with stress/anxiety lately, and I'm starting to think that's giving way to depression.
While I originally thought it was just the workload (unrealistic timelines when I ...
51
votes
26answers
3k views
Why does it seem that most programmers tend to write all their code at the lowest possible level of abstraction? [closed]
In my thirty years of programming experience, it seems to me that the vast majority of the source code that I have read, and the vast majority of the programmers that I have encountered, tend to write ...
46
votes
23answers
4k views
Do you get Freelance projects while you have a job?
The title is obvious, do you get freelance projects while you have a job ?
How do you plan your schedule ? I
mean when I get freelance work
sometimes I feel very overloaded. How
do you overcome this ...
43
votes
19answers
4k views
Are there benefits to Classic ASP over ASP.net
Having worked with Classic ASP for about 2 years now by creating a few 100 simple web forms I can't see a good reason for switching to .net; however, I'm not that versed in .net so I'm sure I could be ...
40
votes
18answers
4k views
What Cross-Browser issues have you faced?
While developing for multiple sets of browsers, what issues have you faced while development due to differences in browser implementation?
To start with I am listing some of those which i faced:
A ...
38
votes
26answers
2k views
Coping with rapidly changing technology (in particular Microsoft)
Today as I booted up Visual Studio 2008 to do my work, I saw on the Start page a new blog post about Visual Studio 2010 and .NET 4.0.
I can't help but feel a little overwhelmed. I am just starting ...
35
votes
17answers
1k views
What are the programming religious wars of the generations before our current generation?
Being 32 years old, I did not follow debates in programming, language design, and platforms in the 1960s, 1970s, 1980s, and most of the 1990s. I sometimes hear glimpse of what the major debates were ...
34
votes
20answers
2k views
Do web sites really need to cater for browsers that don't have Javascript enabled?
Why do many professional web developers always insist on developing sites that accommodate for browsers that have Javascript disabled?
Besides tech heads and developers, most 'normal' users don't ...
33
votes
22answers
3k views
Java Urban Myths
Along the line of C++ Urban Myths and Perl Myths:
What are the Java Urban Myths? That is, the ideas and conceptions about Java that are common but have no actual roots in reality.
As a Java ...
33
votes
11answers
3k views
From WebForms to ASP.NET MVC
This question is for anyone who has significant experience using ASP.NET WebForms who has made the switch to ASP.NET MVC.
What was your business justification for making the switch?
Do you consider ...
31
votes
37answers
7k views
C# - Do you use “var”? [closed]
C# 3.0 introduces implicitly typed variables, aka the "var" keyword.
var daysInAWeek = 7;
var paul = FindPerson("Paul");
var result = null as IPerson;
Others have asked about what it does or what ...
31
votes
48answers
5k views
Language features you should never use?
A recent post about the 'with' statement in Delphi - which in practice I never use because it trades clarity and ease of debugging for superficially 'cleaner' looking code got me thinking; what other ...
31
votes
16answers
9k views
Comparison between Centralized and Distributed Version Control Systems
What are the benefits and drawbacks with using Centralized versus Distributed Version Control Systems (DVCS)? Have you run into any problems in DVCS and how did you safeguard against these problems? ...
30
votes
15answers
2k views
Has anyone ever attempted to re-imagine Vim?
Firstly, I want to state for the record that I am not attempting to be a troll, and I do not intend this question to be flamebait.
I asked an earlier question in an attempt to discover what other ...
29
votes
16answers
3k views
Who are the “Jeff Atwood” and “Joel Spolsky” outside the Microsoft universe? [closed]
Joel and Jeff have been a great source of enlightenment and learning for me. However, they are a bit Microsoft-centric.
In order to widen my horizon... Are there less Microsoft-centric people out ...
29
votes
11answers
7k views
What can Lisp do that Lua can't?
Lua's most direct competitor in the scripting arena is Python. So it commonly gets compared with Python, however I've heard many times that Lua is very much like Lisp(Scheme) in terms of expressive ...
28
votes
16answers
23k views
Default string initialization: NULL or Empty?
I have always initialized my strings to NULL, with the thinking that NULL means the absence of a value and "" or String.Empty is a valid value. I have seen more examples lately of code where ...
28
votes
21answers
2k views
How to deal with an inept and self-centered programmer? [closed]
This is a sensitive question, hence I post this anonymously.
Over the last year, I have been working as the senior programmer for a group of existing and new scripters. This group is lead by a ...
27
votes
25answers
4k views
What programming language should I use to create small, native Windows Applications?
I want to develop an application that runs on any Windows platform (Windows XP, Vista, or Windows 7) but does not require a dependency like the .NET Framework or JVM. I have given the other ...
27
votes
28answers
6k views
What is the best *free* IDE for Java programming?
There are two free IDEs for Java: Netbeans and Eclipse.
Netbeans seems to have better auto-complete support and compile/debugging support. However, it lacks support for auto-completing ...
26
votes
14answers
2k views
Why is security through obscurity a bad idea?
I recently came across a system where all of the DB connections were managed by routines obscured in various ways, including base 64 encoding, md5sums and various other techniques.
Is it just me, or ...
25
votes
15answers
974 views
The best way to make a new site known?
You have a cool new idea on a revolutionary new internet site (e.g. one that makes ebay look obsolete or something that might make you surpass google). However how would you start to make it known in ...
24
votes
37answers
4k views
Best Practices: Always return a ____, never a ____
Do you subscribe to this school of thought?
Assertion:
"I always return an Enum, Array, or an Iterator, never a Boolean, NULL, or an Instance."
Reasoning:
Code using Enums instead of ...
24
votes
46answers
5k views
How to become a better programmer? [closed]
I'm searching for articles, blogs, books etc. for a while now but all I can find are some articles about "girl code". I read the book Code Craft, Beautiful Code and I also want to order Code Complete. ...
23
votes
15answers
2k views
How do you know if you are a bad programmer? Or how do you tell someone they are?
It is a seemingly taboo subject. I imagine I want people to tell me I have a bad idea or did something totally wrong... but no one ever does. Of course I am part of the same problem, a good friend ...
22
votes
15answers
895 views
Is the ability to estimate hours an essential quality of a programmer?
Is it possible to be a great programmer without being great at estimating time for a given task? Can you be great at one and not great at the other and still be 'successful'?
22
votes
5answers
8k views
Keeping history of hash/anchor changes in JavaScript
I'm currently implementing a JavaScript library that keeps track of the history of changes to the hash part in the address bar. The idea is that you can keep a state in the hash part, and then use the ...
22
votes
20answers
2k views
Anyone NOT using a Web Framework? Why?
I'm well aware of the many reasons to use a web framework. I'm just wondering whether anyone out there is using absolutely no web framework whatsoever to develop their web projects.
I would really ...
22
votes
17answers
2k views
Well-respected developer blogs written by non-famous people
Many of us probably follow the developer blogs of well-known names - Joel Spolsky, Jeff Atwood, etc.
Many of us probably also follow the technical blogs of people we've come to know through our ...
22
votes
14answers
2k views
What was your most uncomfortable programming experience
I made this a wiki because I think that some people may think it's too "thready" but I had to share and it wasn't appropriate on my blog.
I've had a few, but I think the strangest was once I was on ...
21
votes
26answers
2k views
Do you prefer “if (var)” or “if (var != 0)”?
I've been programming in C-derived languages for a couple of decades now. Somewhere along the line, I decided that I no longer wanted to write:
if (var) // in C
if ($var) # in Perl
when what ...
20
votes
19answers
3k views
What is the best credit card processing service? [closed]
We're looking to add credit card payments to our system (and it needs to be fairly custom, handling variable "per use" charges each month). We would like the integration to be simple and secure (i.e. ...
20
votes
12answers
7k views
When would I use XML instead of SQL?
I've been working on database-driven web applications for a few years now and recently took on a project involving a CMS that is XML-capable. This has got me to thinking about the usage of XML/XSLT in ...
20
votes
31answers
1k views
Should we write software to be used at work, in our own time?
To clarify, I find that there are all sorts of fun, interesting little side-line development projects that get suggested or that we think of that improve the application we're working on, or the ...
19
votes
14answers
3k views
Skills needed for a Web Programmer
I am planning to take an independent study course for my CS degree. I would like to focus it on aspects of web design/management and web programing. I have decent skills in, HTML, javascript, css, ...
19
votes
12answers
684 views
What interesting/novel/surprising uses have you found for automated tests?
I am working on JUnitMax, a project to increase the utility of automated tests. I'm looking for novel, unexpected ways tests prove valuable. For example, I use tests in responding to defects--one at ...
19
votes
14answers
2k views
Best IT/back-office system hacks?
Lots of people have things that their systems do for them or for their teams. Source control post-commit hooks are a standard example: have an automated build system that checks out the latest source, ...
19
votes
4answers
3k views
Is anyone using D in commercial applications?
Ok, this is a little open ended, but I think D could do with a bit of promotion.
Personally I think D is a superb implementation language - but it's not mainstream enough yet for many people to take ...
19
votes
20answers
2k views
What do you think of PHP's new namespace separator?
PHP 5.3 (alpha) has had namespace support for a while using '::' as a separator. But due to some problems with ambiguity with this separator, the PHP team has decided on '\'.
From a recent story on ...