1
vote
2answers
45 views
Bot Web Quality
I am looking for a good open source bot to determine some quality, often required for google indexing.
For example
find duplicate titles
invalid links ( jspider do this, and I t …
0
votes
1answer
13 views
Video or slide-show capture tool for record sequence of actions causes bugs
During QA process we usually need to describe a sequence of actions, that causes some bugs.
Usually the best way to do it is describe a situation by text messages. Sometimes scree …
162
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 …
0
votes
1answer
16 views
Disappearing components??
Hi All,
I have two problems that I have no idea how to fix...
Flex.
I have a canvas which contains a single myComponentA. A myComponentA contains a MyComponentB. The myComponent …
1
vote
2answers
55 views
Poor image quality in ListView
I'm populating a ListView with items and add images from an ImageList (in the designer). The images, however, are displayed in very poor quality, even though I've set the image siz …
5
votes
2answers
72 views
Best php qa tools
Hello,
I am looking for qa tools for php. I am used to pmd, findbugs and checkstyle in the java world. Do you know some similar tools for php doing code analysis ?
So far I have f …
2
votes
2answers
48 views
Finding most commonly edited files in clearcase.
We are currently planning a quality improvement exercise and i would like to target the most commonly edited files in our clearcase vobs. Since we have just been through a bug fixi …
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 …
5
votes
2answers
235 views
What data exists to show that refactoring is useful?
I'm giving a presentation on refactoring Python. I'd like to put in a couple of slides giving statistics to show that refactoring is a good thing. I've been searching the ACM dig …
1
vote
2answers
73 views
Why does toolbar icons in VB6 looks worst in quality when running as an EXE?
Hi,
I have a toolbar in a VB6 editor program which has a 24*24 icons in 24bits color.
I put in the photos in a res. resource file and load them into the program via loadImage.
the …
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 m …
8
votes
17answers
479 views
What code or output is art worthy?
I am wondering what code or even output of a program people would consider as art.
Are there any examples of a program artefact that should/could belong in an art gallery for the …
14
votes
19answers
705 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 …
20
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 f …
2
votes
1answer
55 views
Groovy code analysis tool
Hi,
Are there any good code analysis tools available for Groovy? I'm looking for something similar to FindBugs, PMD, CheckStyle, etc. I may even be able to use some of these tools …
