My understanding of associations is as follows:
Each file should check to see if any of the association selector rules apply to them. If they do then the method should use target and inherit values within the rule to walk back through the file tree and find matching files associated with the current file.
Files that match should be parsed and their properties should be added as an attribute to the Associations class that is returned.
@effigies: Is that correct? Have I missed anything important?
My understanding of associations is as follows:
Each file should check to see if any of the association selector rules apply to them. If they do then the method should use
targetandinheritvalues within the rule to walk back through the file tree and find matching files associated with the current file.Files that match should be parsed and their properties should be added as an attribute to the
Associationsclass that is returned.@effigies: Is that correct? Have I missed anything important?