Extraction Techniques
If you must transform SRFs or color systems, let the API do it
- It’s probably more efficient and more exact than what you may be using currently
Extract each <Library>, or the <Environment Root>, first?
- Get ‘em all, even if not used vs. Get ‘em as they are referenced
Four basic <Environment Root> extraction strategies
- Get it all, everywhere
- Depth-first traversal of entire transmittal
- “walk the tree” and examine everything at application-level
- Get it all, somewhere
- Get some of it, everywhere
- Get some of it, somewhere
Choice driven by application-requirements