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, …
0
votes
3answers
54 views
PVRTC format compromises image quality
Hi,
For iPhone game development, I switched from PNG format to PVRTC format for the sake of performance. But PVRTC compression is ruining the quality of the images.. I am using spritesheets with …
8
votes
14answers
521 views
Defensive programming
When writing code do you consciously program defensively to ensure high program quality and to avoid the possibility of your code being exploited maliciously, e.g. through buffer overflow exploits or …
2
votes
5answers
866 views
Calculate Average Lines of Code per Method for Javascript
Are there any tools available for calculating the average number of lines of code per method?
I want to know the average size of each method, not just the total number of lines in the project. The …
2
votes
6answers
104 views
Who judges and keeps the quality of the code within a team of programmers?
Hi,
Even there are some coding conventions in a software development team, if there are more than 7-8 people coding on the same solution, who or what mechanism assures the standardizing and keeping …
1
vote
6answers
251 views
how to Improve DrawDIB’s quality?
I am coding in c++, gdi
I use stretchDIBits to draw Images to dc.
::SetStretchBltMode(hDC, HALFTONE);
::StretchDIBits(
hDC,
des.left,des.top,des.right - des.left,des.bottom - …
-3
votes
1answer
65 views
So how do you people get out of the “Gumption Trap”? [closed]
So how do you people get out of the "Gumption Trap"?
0
votes
2answers
37 views
Quality standards in Error reporting?
It seems not good for me, reporting errors like 'General Error: '+....,
Is there any quality standard in error reporting for developers to follow?
0
votes
1answer
20 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 screen-shots are helps.
…
6
votes
11answers
414 views
When is it time to have a QA department ?
The Quality Assurance (QA) department is roughly a bunch of testers debunking your app(s) all day, giving the green light for releases, handling Alpha / Beta programs. And much more.
But without a QA …
1
vote
2answers
49 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 think a lot more will …
1
vote
2answers
41 views
How can I process an image in .NET for a full-page print with a quality like Windows Photo Gallery does it?
I'm writing a printing routing in C#, using the .NET PrintDocument class, handling the OnPrintPage event.
I've managed to maximize the margins and print the Image in landscape mode, but it simply …
0
votes
1answer
21 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 myComponentB contains a number …
0
votes
1answer
35 views
Working with images when uploading in Adobe Flex
Hi there!
I'm beginner with Flex and I already have a hard task to develop, so I could use some help! :)
What I have to do is upload some images to a server, which is OK, but before uploading I must …
1
vote
2answers
68 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 size in the ImageList …
