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 …
12
votes
39answers
1k views
What great people within computer science should we all know about? [closed]
Possible Duplicates:
What are the names that every programmer should know?
Who are the most famous progammers in Computer Science?
There are many brilliant people out there in the lovely …
5
votes
12answers
219 views
What effects does legacy code cause on a developer’s skills?
Edsger Dijkstra once said that "the use of COBOL cripples the mind...". How about working on legacy software? Do you, as a developer, get crippled by that?
As an employed programmer, I have spent …
26
votes
29answers
2k views
Why hasn’t a faster, “better” language than C come out?
With all the new "modern" languages out today, how is it that C is still heralded as the fastest and "closest to the machine"? I don't really believe in there ever being only one correct way to do …
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?
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?
…
6
votes
6answers
234 views
Where does it cross the line into piracy? [closed]
While there's quite a bit of open-source software out there, and the programming community has historically had a high level of collaboration, mentorship, etc., in the end we all want to protect our …
0
votes
1answer
30 views
GAC and Assembly Versioning
hi guys,
i have to deploy few assembly to GAC.
I just had a few questions about (my) understanding of GAC.
really confuses me.
I want to know which versions to change assembly and file version.
What …
63
votes
335answers
9k views
What’s Your Motto As A Developer/Programmer?
Title says it all... Mine is "Never stop learning"... :)
72
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 …
4
votes
10answers
215 views
Opinion on Masters in Software engineering degree [closed]
Duplicate
I'm pursuing post graduation in-computer science I want some guidance about my career prospects
I have 1 1/2 years in software development, is it worth it for me to get my masters in …
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 …
0
votes
3answers
54 views
Best Time to ask for Project Change [closed]
hi,
yeah ..PROJECT CHANGE
I guess all of us go through this phase,just wanted to know :
what is the best time to ask for it?
(without hurting one's chances at the company)
Is it the best …
3
votes
7answers
110 views
Person vs PersonData – To inherit or not to inherit?
I have a Person class which contains information like:
personId;
firstName;
lastName;
birthDate;
identityCardNumber;
address (contained Address object);
... a lot more data about the person.
…
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 …
