provides.to-users vs policies.to-users
#637
|
Both in Providing across entities and Cross-Entity Provides there are examples of using
I think what is mean by that is using something like this: https://den.denful.dev/explanation/policy-activation/#aspect-level-policies Should the documentation be updated to use the policies based syntax? The Also, is there a nice denful configuration that is not just a barebones toy example but also not overly complex to get a bit more acclimated with the various concepts like batteries, custom policies, quirks etc? |
Replies: 1 comment 4 replies
|
I'll be doing a full rewrite of the docs when den-hoag ships and that will hopefully make the grammar for expressing cross-entity relationships a lot more clear. The reason to avoid aspect provides is that it couples behavior definition with assignment/relationship and makes your modules less portable and obfuscated within the behavior module. The documentation (and policies) need some improvements. :) |
I'll be doing a full rewrite of the docs when den-hoag ships and that will hopefully make the grammar for expressing cross-entity relationships a lot more clear.
The reason to avoid aspect provides is that it couples behavior definition with assignment/relationship and makes your modules less portable and obfuscated within the behavior module. The documentation (and policies) need some improvements. :)