Tagged Questions

347
votes
400answers
58k views

What’s your most controversial programming opinion?

This is definitely subjective, but I'd like to try to avoid it becoming argumentative. I think it could be an interesting question if people treat it appropriately. The idea for this question came …
285
votes
361answers
33k views

What is the single most effective thing you did to improve your programming skills?

Looking back at my career and life as a programmer, there were plenty of different ways I improved my programming skills - reading code, writing code, reading books, listening to podcasts, watching …
246
votes
152answers
20k views

What are Code Smells? What is the best way to correct them?

OK, so I know what a code smell is, and the Wikipedia Article is pretty clear in its definition: In computer programming, code smell is any symptom in the source code of a computer program …
200
votes
220answers
23k views

Worst UI You’ve Ever Used

What is the worst user interface you've ever had to use? One that made you want to somehow locate the creators over the internet, personally fly to their location, and then beat them severely with a …
175
votes
190answers
23k views

What’s your favorite “programmer ignorance” pet peeve?

What are in your opinion the worst subjects of widespread ignorance amongst programmers, i.e. things that everyone who aspires to be a professional should know and take seriously, but don't?
152
votes
61answers
9k views

What are the best RSS feeds for programmers/developers?

I am looking for a breakdown of some really good RSS feeds. I have quite a few subscriptions with Google Reader, but lack many very good development/programming feeds. Would love to see some lists …
150
votes
239answers
23k views

Confessions of your worst WTF Moment. (What not to do.)

What wonderful advice can we learn from the "What not to do" school of hard knocks?
150
votes
78answers
12k views

Best ways to teach a beginner to program?

Original Question I am currently engaged in teaching my brother to program. He is a total beginner, but very smart. (And he actually wants to learn). I've noticed that some of our sessions have …
148
votes
74answers
8k views

What is the coolest thing you can do in <10 lines of simple code? Help me inspire beginners!

I'm looking for the coolest thing you can do in a few lines of simple code. I'm sure you can write a Mandelbrot set in Haskell in 15 lines but it's difficult to follow. My goal is to inspire …
142
votes
152answers
9k views

What are common UI misconceptions and annoyances?

I often use applications and electronic devices for which I think: "Why on earth did they engineer that thing as it is? They must have known that it is a pain in the neck to work with". On the other …
138
votes
161answers
12k views

What is your longest-held programming assumption that turned out to be incorrect?

I am doing some research into common errors and poor assumptions made by junior (and perhaps senior) software engineers. What was your longest-held poor assumption that was eventually corrected? …
136
votes
121answers
14k views

What are five things you hate about your favorite language?

There's been a cluster of Perl-hate on Stackoverflow lately, so I thought I'd bring my "Five things you hate about your favorite language" question to StackOverflow. Take your favorite language and …
128
votes
39answers
8k views

Should a function have only one return statement ?

Are there good reasons why it's better practice to have only one return statement in a function ? Or is it OK to return from a function as soon as it is logically correct to do so, meaning there may …
120
votes
31answers
5k views

Interface vs Base class

When should I use an interface and when should I use a base class? Should it always be an interface if I don't want to actually define a base implementation of the methods? If I have a Dog and Cat …
106
votes
152answers
12k views

What should every programmer know?

Regardless of programming language(s) or operating system(s) used or the environment they develop for, what should every programmer know? Some background: I'm interested in becoming the best …

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