First page Back Continue Last page Summary Graphics
Lessons Learned
Policy Dependencies (2)
had lots of trouble figuring out how to handle dependencies between policies
- tried to solve this problem by categorizing dependencies and creating a Control module API hook for each category
- set_prereqs, check_prereqs, set_defaults, integrate, policy, canonify, decide
- this didn't work, because categorization is orthoganal to dependency ordering