341
votes
599answers
121k views
What real life bad habits has programming given you? [closed]
Programming has given me a lot of bad habits and it continues to give me more everyday. But I have also gotten some bad habits from the mindset that I have put myself in. There simply are some things …
139
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?
…
120
votes
69answers
7k views
Should I just give up on programming?
I've always been a software development nerd. I got started with web development (HTML, JavaScript, CSS, etc) and continued with PHP, Java and C#. All along I never seemed to become really good at …
87
votes
147answers
7k views
What are things that make a programmer’s life miserable?
What are things that make a programmer's life miserable?
73
votes
223answers
13k views
What development book made the most impact on you as a developer?
For me, Head First Design Patterns was a book that made Design Patterns click for me. Once I had read it, I found I could return to GoF and take more away from it and it really helped my move on as a …
72
votes
92answers
9k views
Most wanted feature for C# 4.0 ?
Some blogs on the Internet give us several clues of what C# 4.0 would be made of. I would like to know what do you really want to see in C# 4.0.
Here are some related articles:
C# 4 tag on Jon …
67
votes
0answers
6k views
I was recently asked for my stackoverflow rep score in a job interview. Is that appropriate? [closed]
I was recently asked for my stack overflow rep score in the context of a job interview. I was first asked what blogs I read, and after mentioning coding horror and stack overflow, was asked for my …
67
votes
42answers
3k 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, …
63
votes
25answers
32k views
Arrays, What’s the point?
As I'm 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 …
63
votes
335answers
9k views
What’s Your Motto As A Developer/Programmer?
Title says it all... Mine is "Never stop learning"... :)
60
votes
34answers
3k views
What do you do to keep learning?
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 …
57
votes
108answers
5k views
What software for your own personal use did you write?
I don't mean scripts or tools for your work project.
I mean actual software for your personal use, such as party organizer, CD administrator, whatever.
53
votes
16answers
1k 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 …
42
votes
38answers
3k views
Defend zero-based arrays
A question asked here recently reminded me of a debate I had not long ago with a fellow programmer. Basically he argued that zero-based arrays should be replaced by one-based arrays since arrays being …
42
votes
51answers
3k views
How do you advance beyond being an ‘advanced’ programmer?
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 …
