Connascence of type is the second weakest form of static connascence. Connascence of type refers to when multiple components must agree on the type of a particular entity.
Connascence of name is the weakest form of connascence in the static category. Connascence of name refers to when multiple components must agree on the name of a particular entity.
In this series of blog posts, we're going to look at how we can use connascence to help drive improvements to our process and write better code. To do this, we're going to have to understand what connascence is, what it means, and how to identify it within our codebases.