Tarkvara kokkuvõte inglise keeles
A software product possesses the characteristic completeness to the extent that all of its parts are present and each
of its parts are fully developed. This means that if the code calls a sub-routine from an external library, the
software package must provide reference to that library and all required parameters must be passed. All required
input data must be available.
A software product possesses the characteristic conciseness to the extent that no excessive information is present.
This is important where memory capacity is limited, and it is important to reduce lines of code to a minimum. It
can be improved by replacing repeated functionality by one sub-routine or function which achieves that
functionality. It also applies to documents.
A software product possesses the characteristic portability to the extent that it can be operated easily and well on
multiple computer configurations