Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

67
votes
52answers
4k 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, ...
33
votes
6answers
6k views

Are there any good JavaScript code coverage tools?

I am looking for a JavaScript code coverage tool. Ideally, I'd be able to easily integrate with continuous builds. I am looking for something that I can run cross-platform, but Windows-only tools may ...
31
votes
6answers
1k views

How to write high quality Javascript

I have been in the process of learning Javascript to complement ASP.NET. I have a strong background in general programming, and have always been an advocate of disciplined practices and good hygiene ...
30
votes
23answers
2k 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 consistent use of empty ...
23
votes
23answers
3k 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 it's relevant ...
22
votes
51answers
2k views

What do you do with a developer who 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 the developer, how ...
17
votes
6answers
1k views

What is technical debt?

Can someone give me a good definition of what they mean by the phrase "Technical Debt"?
16
votes
12answers
6k 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 working on the same ...
14
votes
26answers
2k views

What code metric(s) convince you that provided code is “crappy”?

Code lines per file, methods per class, cyclomatic complexity and so on. Developers resist and workaround most if not all of them! There is a good Joel article on it (no time to find it now). What ...
11
votes
10answers
2k views

Who should do the Testing of software. Its the developer(who wrote it) or the tester(who just writes testcases)

I am a big fan of agile software development which include code-reviews,testing extensively. But my question who should be ACTUALLY TESTING the code. Is it the developer, who wrote it from scratch and ...
10
votes
5answers
317 views

Is fxcop a valuable/effective tool for improving code quality?

I have a large high quality c# framework codebase that I nevertheless want to try to improve. Is fxcop an effective tool for improving .NET frameworks? I know Microsoft uses the tool internally, ...
10
votes
13answers
1k views

Examples of open source high quality, well designed python software?

I am looking for a well-engineered, well-built python application that could serve as a guideline to demonstrate best practices relating to software development in general, and more specifically in ...
9
votes
18answers
601 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 this question. I am ...
9
votes
12answers
2k views

How do we define Code Quality?

Does anyone have a reasonable definition of Code Quality? I don't think there is a good definition, and I see plenty of bad definitions. There are many definitions for Correctness, but I would ...
9
votes
13answers
342 views

What is the most convincing way to require formalized unit testing?

This certainly presupposes that unit testing is a good thing. Our projects have some level of unit testing, but it's inconsistent at best. What are the most convincing ways that you have used or have ...
8
votes
5answers
361 views

Blogs about software QA and/or testing?

There are lots of well known programming and development blogs, but could someone recommend some refference blogs about software quality assurance and/or testing?
8
votes
8answers
1k views

Manual testing Vs Automated testing [closed]

Respected all, As many know testing can be mainly classified into manual and automated testing. With regard to this certain questions come to mind. Hope you can help... They include: What is the ...
8
votes
4answers
372 views

How can a large number of developers write software together without either a cumbersome process or poor quality software?

I work at a company with hundreds of people writing software for essentially the same product. The quality of the software has to be high because so many people depend on it (not least the developers ...
8
votes
3answers
2k views

Comparison of static code analysis tools in Linux?

Has anyone done any comparisons on static code analysis tools available to Linux? What are the strengths and weaknesses of the following tools: Lintian, Sparse, Splint, RATS, Using the -Wall ...
8
votes
18answers
1k views

Do consulting companies focus on code quality?

I've gotten a couple of interviews from companies to fill a junior software developer, half of which are consulting companies. My last and first job didn't really focus on code quality and was very ...
8
votes
12answers
380 views

Effective technique to reduce and eliminate warnings in a large code base?

I have been involved in the development of large code bases that grew to millions lines of code over the course of multiple years and where the amount of warnings grew out of control because it was ...
8
votes
5answers
1k views

Sonar : any feedback?

I am currently doing a little study over Sonar and (why not) other tools to manage code quality. I did not found the documentation much clear nor extended and I have some questions. Does somebody ...
7
votes
5answers
1k views

How to measure robustness?

I am working on a thesis about meassuring quality of a product. The product in this case is a website. I have identified several quality attributes and meassurement techniques. One quality attribute ...
7
votes
6answers
966 views

How do I go about building a test plan for our QA department?

We are currently preparing our testing department for a new release of our latest project. We would obviously like them to follow a thorough plan for testing our software and insuring that bugs are ...
7
votes
11answers
2k views

How do you ensure code quality?

What techniques you use to ensure code quality? Pairing? Code reviews? Design? Documentation? What helps you creating extensible quality software?
7
votes
15answers
2k views

Including quality into the software development project plan

What practically useful tips, tools, techniques, and general advise could you give to those development managers and contractors that are willing to make sure that the quality component of classic ...
6
votes
7answers
297 views

Embedded Software Defect Rate

What defect rate can I expect in a C++ codebase that is written for an embedded processor (DSP), given that there have been no unit tests, no code reviews, no static code analysis, and that compiling ...
6
votes
6answers
126 views

What is always 'Standard'? If the spec didn't say it, it should be assumed?

Are there some standards that you consider to be so obvious that they would be assumed to be in any spec? For example, should hitting escape always cancel a form? Should double clicking a column ...
6
votes
6answers
362 views

Reducing coding standards 'brainwashing' duration and effort of new hires

At my current job we're pretty strict about code quality and coding standards. All new hires go through a 'brainwashing' period in which time senior developers coach them to write (hopefully) better ...
5
votes
1answer
183 views

Software Engineering Principles with Javascript

We are always trying to improve on our ability to apply our skills to solve a problem. Software engineering principles have significantly helped my ability to write higher quality code. This includes ...
5
votes
5answers
168 views

How to work as a “QA Engineer” on a project as opposed to a member of a “Test Driven Development Team”?

Sincerest apologies if I'm asking this question in the wrong place. (possibly one of the mini-stack overflows specific to career advice and QA) I've spent a significant amount of time recently ...
5
votes
3answers
226 views

What industries develop the highest quality software? Lowest quality? Why?

From your experience, of those industries that develop custom software for internal use such as financial services companies, which ones produce higher quality software measured in defect rates and, ...
5
votes
8answers
996 views

Software quality metrics

I was wondering if anyone has experience in metrics used to measure software quality. I know there are code complexity metrics but I'm wondering if there is a specific way to measure how well it ...
5
votes
7answers
515 views

Signs of Dying Software

What are signs that software is dying? How does a developer find early warnings to save a piece of software from dying? From user perspective, I think it is pretty clear - What they can not use ...
5
votes
13answers
459 views

Software Development Quality

Other than the number of bugs found, how do you measure software development quality? I'm looking for something on the positive side.
4
votes
3answers
243 views

How do you measure your work and your efficiency?

I began to work in a software development team. My biggest weakness is to make wrong effort guesses whenever my boss assigns me a task. I want to improve my guesses and become very productive. At ...
4
votes
4answers
90 views

What is a common term for the following tools

is there a common term that can be used for the following tools Bugs Database Source control software a software use to compile from various programmers in one step These tools can be used by ...
4
votes
3answers
154 views

How to bring coordination between file system and database?

I am working on a online file management project. We are storing references on the database (sql server) and files data on the on file system. We are facing a problem of coordination between file ...
4
votes
4answers
321 views

Evaluation of Code Metrics

There has been a considerable amout of discussion about code metrics (e.g.: What is the fascination with code metrics?). I (as a software developer) am really interested in those metrics because I ...
4
votes
5answers
429 views

How would you measure code “quality” across a large project

I'm working on a quite large project, a few years in the making, at a pretty large company, and I'm taking on the task of driving toward better overall code quality. I was wondering what kind of ...
4
votes
7answers
340 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 do you just verify ...
4
votes
2answers
526 views

Continuous integration workflow idea

In the software development environment where I work we have a group of developers all working in the same (Java) codebase (currently using SVN). I notice that people want to commit often what they ...
4
votes
11answers
715 views

How do you ensure that you as programmer have written quality C code?

I m looking to write some quality C code. Can someone point me to some articles , websites..whatever I need something with examples. I have already seen and read K&R C book. But times have ...
3
votes
1answer
739 views

How to simulate 120 concurrent users of a web application with real conditions?

How to you simulate > 120 concurrent users using a Load Test Framework such as JMeter? Real concurrency, as far as I understand, would be possible if I would use 120 servers or 120 CPU cores. How ...
3
votes
1answer
75 views

Looking for a .NET (SQL-Server) based Testmanagement Tool

I am looking for a (simple) test(case) management tool like Speed Test (http://speedtest.codeplex.com/) or Testlink (http://www.teamst.org/), which is based on .NET and SQL-Server. The tool should not ...
3
votes
6answers
142 views

A few questions about unit tests

Two questions about unit tests. I've been writing unit tests for a while, however they're usually to test classes I already had written. Recently I read an article (mind you an old article) that ...
3
votes
7answers
149 views

Best way to explain to someone that software developers need to install tools (mainly build integration), and that end-users don't

I work at a software company where most of the people are afraid to install new tools to increase productivity. They give me excuses like: I don't need to install something else. I can do this ...
3
votes
5answers
144 views

Preparing unit tests : What's important to keep in mind when working on a software architecture?

Let's say I'm starting a new project, quality is a top priority. I plan on doing extensive unit testing, what's important to keep in mind when I'm working on the architecture to ease and empower ...
3
votes
1answer
330 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 screenshot of my HTML ...
3
votes
3answers
290 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 good starting point ...

1 2