437
votes
592answers
72k views
Great programming quotes
There are a lot of great programming quotes out there. Which do you like?
Today (Sept 12, 2008) I heard a new one from a friend, Lars-Gunnar, he said "Gud finns i Emacs" (in swedi …
358
votes
529answers
345k views
What is the best comment in source code you have ever encountered? [closed]
What is the best comment in source code you have ever encountered?
397
votes
419answers
35k views
What do you use to keep notes as a developer?
Where, as a developer, do you like to keep your code snippets, links, checklists, final solutions to problems etc?
I've fooled with Google Notebook, MS Onenote, TreePad, textfil …
295
votes
115answers
11k views
How do you clear your mind after 8-10 hours per day of coding?
Related Question- Ways to prepare your mind before coding?.
I'm having a hard time taking my mind off of work projects in my personal time. It's not that I have a stressful job or …
218
votes
273answers
18k views
What non-programming books should programmers read?
This is a poll asking the Stackoverflow community what non-programming books they would recommend to fellow programmers.
Please read the following before posting:
Please post on …
133
votes
161answers
11k 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 eventu …
174
votes
228answers
11k views
What is the one programming skill you have always wanted to master but haven’t had time?
For me, I've always wanted to finish the O'Reilly "Mastering Regular Expressions" book. When I need a Regexp, I manage to get the one I need eventually, but it takes more effort th …
167
votes
188answers
22k 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, …
5
votes
19answers
299 views
C Pointer Syntax: Style poll [closed]
Which syntax do you prefer and why:
char* string;
char *string;
Assume multiple variable declarations per line are not used. (I know about the differences).
90
votes
446answers
15k views
What was your first home computer?
What was your first home computer? The one that made you "fall in love" with programming.
There are 300+ entries, many (most?) of which are duplicates.
As with all StackOverfl …
0
votes
0answers
162 views
Who are some well known African-American Software Engineers [closed]
This question is similar a questions about female programmers but has a different spin.
Who are some popular African-American Software Engineers/Computer Scientist and why are the …
53
votes
317answers
8k views
What’s Your Motto As A Developer/Programmer?
Title says it all... Mine is "Never stop learning"... :)
75
votes
102answers
33k views
What is the worst interviewee answer? [closed]
Following this question, what is the worst interview answer you've gotten from an interviewee in a technical interview?
69
votes
219answers
12k 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 he …
47
votes
253answers
8k views
What was your first computer game that got you interested in computers?
My first experience with a game that got me interested in computers (still programming):
Leisure Suit Larry
After "Ken sent me", I was hooked.
Leisure Suit Larry creator's site: A …
