Tagged Questions

43
votes
50answers
2k views

What hurts the quality of your code most?

Quality is subjective, of course. To be a little more specific: What is most likely to result in shipping buggy, fragile, or otherwise sub-par products that make more work for you …
24
votes
23answers
1k views

“it works-don’t touch it” and continues engineering

Sometimes I work with bad smelling code. Yes, there's bad code out there :) I'm not talking about design problem but about much more simple things like: messy indentation non con …
41
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 …
2
votes
1answer
49 views

Is it possible exclude test directories from coverage.py reports?

I'm kind of a rookie with python unit testing, and particularly coverage.py. Is it desirable to have coverage reports include the coverage of your actual test files? Here's a scr …
17
votes
20answers
846 views

How to increase code quality?

I would like to increase the code quality of myself and my team. What do you recommend me to do in order to achieve that? We are working with Visual Studio and C# (don't know if …
2
votes
3answers
81 views

coverage.py: exclude files

How do I exclude entire files from coverage.py reports? According to the documentation you can exclude code by matching lines. I want to exclude entire files, so that the reports …
7
votes
12answers
466 views

QA vs Development Ratio

I am working as a software developer and I had a quarrel today with our QA team about the following: How much the QA team members should exceed the number of developers that are w …
24
votes
36answers
3k views

Hiring a programmer: looking for the “right attitude”

It's actually two questions in one: What is the right attitude for a programmer? How do you (or would you) look for one when interviewing or during hiring process? Please note …
11
votes
5answers
364 views

What is technical debt?

Can someone give me a good definition of what they mean by the phrase "Technical Debt"?
9
votes
18answers
462 views

Does software quality really matter for Application Developer - *Practically*?

Does software quality really matter for a Application Developer in practice? I know this question seems like the most dumb question. But please see below why I am asking thi …
14
votes
45answers
2k views

What do you do with a developer that does not test his code?

One of our developers is continually writing code and putting it into version control without testing it. The quality of our code is suffering as a result. Besides getting rid of …
4
votes
7answers
251 views

How do you ensure the same bug does not creep into the product the second time?

I understand the short answer to it is by doing testing but still how do you do this testing? Do you modify your test cases to include the bugs as additional test cases to run or d …
2
votes
3answers
80 views

Monitoring code metrics in Java over longer time period

Is there some tool to monitor different metrics for a Java project over a longer period of time, preferrably by the data in CVS to establish trends and weak points? This would be a …
2
votes
6answers
244 views

What interview questions should a developer ask a tester?

We have some interviews coming up whereby we're recruiting for a quality assurance role. The purpose of developers being involved is to understand whether hte person will work wel …
0
votes
2answers
121 views

Short QA Checklist

I have been working with a small firm over the last few months. We have a Trac instance set up (with projects as Milestones). Developers send completed tickets to a QA user. Someon …

1 2 3 4 next
15 30 50 per page