43
votes
48answers
2k views
Why is software quality so problematic?
Even when viewing the subject in the most objective way possible, it is clear that software, as a product, generally suffers from low quality.
Take for example a house built from scratch. Usually, …
31
votes
24answers
1k views
Where can I find video lectures on software engineering?
I am eager to learn stuff about code, product ,efficiency ,etc.
"Software engineering" course actually, not the course that related to software.
Thanks for any information.
28
votes
11answers
1k views
Best free online Computer Science college courses
I have found the MIT Open Courseware to be a great resource for free computer science college courses. Every software engineer should be required to take the Structure and Interpretation of Computer …
24
votes
38answers
3k views
Am I obligated to fix a software error after I left a company?
In my last job at a small firm, I was paid in billable hours. I was not a contractor; the firm provided an office, computers, software, books and customers. They also took taxes out of my check. If …
23
votes
19answers
2k views
Best language for safety-critical software
If you were going to write some safety-critical software, what language would you prefer and why?
22
votes
17answers
1k views
What exactly is a “Software Architect”?
I've seen a few posts that briefly touch on the subject but don't address the question directly. So please don't label this as a dup.
Having been independant/freelance for 5 years or so, and having …
20
votes
39answers
2k views
Has anyone “learned how to program in 21 days?”
I'm not a fan of these learn how to program in X amount of days books. Some even boast, learn how to program in 24 hours. This is a joke and an insult to me as a software engineer who went through a …
19
votes
11answers
541 views
Why are there so many sites dedicated to programming and yet there are relatively few that actually describe the systems that they’re trying to produce?
There's a lot of sites out there that teach people how to build better software--but why is it that there are very few sites that actually give detailed descriptions of the domains that we (as …
17
votes
13answers
714 views
Is it typical for programmers to negotiate their salary? [closed]
In some industries salary negotiation is almost expected (sales for instance), but I'm not sure how prevalent this is in this IT industry.
Is it typical in the software industry for software …
17
votes
22answers
3k views
What’s the difference between programmer and software engineer?
As I was looking through some job offerings I saw that many of them require a software engineer, some a programmer and some a developer.
Is there any difference between a programmer and a software …
16
votes
10answers
555 views
How to keep an Engineering Log
I've tried several methods of keeping a log of my day-to-day activity when writing code. None of them really worked all that well. Here's what I'd like to have:
automatic timestamps
tagging (like …
16
votes
19answers
1k views
How can I learn to REALLY design software?!
First off, my focus is web development (ASP.net webforms up to now), using C#. But, I am interested in learning design principles that will carry into any technology or language.
I have been ready …
16
votes
16answers
793 views
Comb Technology
This question is about the rare case of software that is neither in active development nor moribund.
First, why is it so rare for software to ever be finished? It seems "no longer in active …
16
votes
18answers
531 views
How do you approach intermittent bugs?
Scenario
You've got several bug reports all showing the same problem. They're all cryptic with similar tales of how the problem occurred. You follow the steps but it doesn't reliably reproduce the …
16
votes
8answers
1k views
“const correctness” in c#
Hi,
I'm a heavy C++ user who dabbles in C# in his spare time. I'm also one of those const-correctness nazis and so not being able to do this easily in C# grates a little.
The point of …
