Weaver icon indicating copy to clipboard operation
Weaver copied to clipboard

Write documentation about how to resolve dependency cycles

Open trupin opened this issue 5 years ago • 0 comments

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.

trupin avatar Apr 24 '20 16:04 trupin