Technology Practice

TekCapitol Design Priciples

Image
Usability

Ease with which software can be learned and operated.

Image
Re-usability

Extent to which program is used in other applications.

Image
Maintainability

Ease with which errors can be located and fixed.

Image
Integrity

Access to software and data by unauthorized persons can be controlled.

Image
Interoperability

Effort required to couple one system to other.

Image
Flexibility

Effort required to modify an operating program or configuration.

Image
Testing Ease

Ease with which program can be tested.

Image
Efficiency

Amount of computing resources and code required to perform a function.

Image
Decoupling

Modular, loosely coupled code.

Image
Cohesiveness

Keeping right code units at right place.

Image
Correctness

Accuracy to which program performs intended work in all conditions.

Image
Process Oriented

Ease with which program can accept current organization methodologies.