Thursday, September 10, 2015

iPhoto Review

The problem with programmers: they do not use (test) the software they write. Unless every feature is tested by a human by every release that is made, you will have errors in your code. Automated test programming does not solve that situation.

They (programmers) assume that just because a test is made in one area, and they see success, the other areas of code (in a full system) will not be affected.

Each and every function must be severely tested before each system release.

Otherwise you will have continuously non-working releases. Companies are happy to let this happen, because you are happy to upgrade.

No comments:

Post a Comment