Weaver
Weaver copied to clipboard
Write documentation about how to resolve dependency cycles
Weaver's documentation lacks guidance about how to solve dependency cycles.
The most common case is for delegate patterns, which can be solved by using a self reference.
Other types of cycles (ones described in #140) aren't allowed by Weaver, and the documentation should show how to work around them.