software-quality

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 testing, modularization, using OO where appropriate, etc. Here's an example of how I achieved some modularization in my JS. Maybe it is a ...

Software Quality Assurance

I am new to Software Quality assurance. I was told by my boss to find out how we can go about it in our company. Please could someone tell me what software quality assurance is all about and which open source tools I could use for software quality assurance. ...

How do you know when a big project is good enough to make it version 1.0?

If you have a big project, how do you know when it is time to be version 1.0? ...

Screen Recording Software to capture Software Defects

Hi, do you know a good screen recording software, to assist the quality management process? I think, that the following features will be important: easy to use. auto capturing the last 5 or 10 Minutes small video size low price :-) Thank you for your help ...

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 the project generates about 1500 warnings. Is 5 defects/100 lines of code a reasonable estimate? ...