Concept: Weak coupling

Abstract

The fewer protections you get from coupling, the weaker it is. Interpreted languages such as Ruby, Python, and SQL are examples of the weakest coupling possible. If you make a mistake, you have to wait until the broken code is actually executed to find out.

Related Use Cases

Other Actions

documentation | all examples | use cases | concepts | keywords