163
votes
44answers
7k views
How do you handle poor quality code from team members?
I know most people have code review and standards in place, but I work at a place with poor standards. I'm not saying that my code is flawless by any means, but I find the code my fellow members …
44
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, …
21
votes
24answers
7k views
is a great memory a requirement for great programming
Do you think having a great memory is REQUIRED to be a great programmer?
I don't consider myself a great programmer but I do think I am decent. But my memory is REALLY bad so I find myself always …
18
votes
11answers
672 views
How do you measure the quality of your unit tests?
If you (or your organization) aspires to thoroughly unit test your code, how do you measure the success or quality of your efforts?
Do you use code coverage, what percentage do you aim for?
Do …
18
votes
16answers
901 views
When should assertions stay in production code?
Hi all,
There's a discussion going on over at comp.lang.c++.moderated about whether or not assertions, which in C++ only exist in debug builds by default, should be kept in production code or not.
…
17
votes
29answers
1k views
Why is code quality not popular?
I like my code being in order, i.e. properly formatted, readable, designed, tested, checked for bugs, etc. In fact I am fanatic about it. (Maybe even more than fanatic...) But in my experience actions …
15
votes
19answers
769 views
What is the point of a “Build Server”?
I haven't worked for very large organizations and I've never worked for a company that had a "Build Server".
What is their purpose? Why aren't the developers building the project on their local …
15
votes
9answers
529 views
What can you do to a legacy codebase that will have the greatest impact on improving the quality?
As you work in a legacy codebase what will have the greatest impact over time that will improve the quality of the codebase?
Remove unused code
Remove duplicated code
Add unit tests to improve test …
13
votes
18answers
647 views
Code Quality
I work for a software development company and we have around 100 people working on a product, 1/3 of these people are QA. Lately management wants to have a better way to rate individual programmers …
13
votes
14answers
2k views
Calculate code metrics
Are there any tools available that will calculate code metrics (for example number of code lines, cyclomatic complexity, coupling, cohesion) for your project and over time produce a graph showing the …
12
votes
7answers
284 views
IT evaluating quality of coding - how do we know what’s good?
Coming from an IT background, I've been involved with software projects but I'm not a programmer. One of my biggest challenges is that having a lot of experience in IT, people often turn to me to …
12
votes
5answers
377 views
Studies showing the effect of code quality/QA?
I am looking for studies about applied code quality, comparing costs before and after. They should show a clear benefit in cost (or maybe a negative effect of too much cost). I need hard facts like …
12
votes
16answers
1k views
Do many Python libraries have relatively low code quality?
I have this somewhat heretic question: Why do so many Python libraries have low code quality? Or do you think that this observation is absolutely not true? How does the situation compare to other …
12
votes
12answers
894 views
What are the Best Components of Boost?
I've been browsing revision 1.38.0 of the Boost libraries, in an attempt to decide if there are enough jewels there to justify negotiating my company's external software approval process. In the …
11
votes
13answers
660 views
How exactly do you judge how well a programmer performs?
Given a team of developers collaborating on the production of a piece of sofware. How would you go about assessing individual developer performance and quality?
I'm mostly looking for non subjective …
