One way to define [[System Complexity]] is by how many internal dependencies there are, how "woven together" the aspects of the system are. The term "complect" is an archaic term that means:
> [!cite] Complect
> intertwine, embrace, or plait together
> <cite>- Merriam-Webster</cite>
In short, to "complect" is to _create complexity_.
When it comes to [[System Complexity|systems]] design and [[Coding Simpler|coding]], it is best to avoid actions which _complect_.
****
# More
## Source
- https://www.infoq.com/presentations/Simple-Made-Easy/
## Related
- [[Simple vs Easy|Complex vs Hard]]