341
votes
599answers
117k 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 sim …
78
votes
139answers
6k views
What are things that make a programmer’s life miserable?
What are things that make a programmer's life miserable?
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 …
0
votes
3answers
41 views
Difference between Windows Share Point Service and MOSS
What is difference between Windows Sharepoint Service and MOSS (Microsoft office Sharepoint). If I have the WSS 3.0 installed in my machine, I can create a sharepoint site, using S …
0
votes
2answers
176 views
Who is Jon Skeet anyway? [closed]
Some guy at the office asked me this after I sent him this link to Jon Skeet facts. Can anyone help me answer him?
:)
2
votes
12answers
375 views
What was the biggest mental leap/hurdle you had to overcome in your career? [closed]
Possible Duplicate:
What is the single hardest programming skill or concept you have learned?
I read an interesting article that basically said some people are just predis …
-1
votes
5answers
96 views
“develop to” vs. “develop for” vs. “develop on” [closed]
This is kind of a picky question, but I think it's also a fun one. When you write or talk about developing software, what preposition do you use, and why? Is it different based on …
0
votes
5answers
130 views
What are some effective questions to test a programmer during an interview? [closed]
Possible Duplicates:
What is your single most effective interview question?
Practical programming test in interview
What are some effective question to test a real progr …
1
vote
5answers
55 views
Hiding file extensions
I've noticed that a lot of the popular sites do a good job in hiding their file extensions.
I guess with the MVC concept, you're really not working with files but more so with vie …
53
votes
317answers
8k views
What’s Your Motto As A Developer/Programmer?
Title says it all... Mine is "Never stop learning"... :)
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 …
3
votes
2answers
57 views
DDD Repositories pattern with NHibernate
Hi
Im confused. This is a blog entry of Ayende Rahien Repository is the new singleton.
I believe that a repository should only do CRUD operations and not addtional queries otherw …
2
votes
4answers
119 views
What’s the best way to optimise the build of a project which uses Boost?
I was a bit staggered today by the sheer number of auto generated includes that Boost produces when doing a compile if we turn on verbose includes. We're averaging 3000 header fil …
-6
votes
5answers
342 views
What hidden functionality do you put in your software?
In my software, I put in the following functionality that helps me debug the program:
By typing crashme into a text field I can crash the application deliberately. We use this to …
10
votes
13answers
372 views
What are the reasons to use the id attribute for CSS purposes?
I've always used the class attribute, never id for the purpose of CSS selecting and styling. I know that the id must be unique, but that doesn't seem to be a reason to use it for C …
