Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-13 | (#18508) Extract class to control generating resources | Andrew Parker | 1 | -0/+48 | |
The logic for determining how to add generated resources into the catalog was tightly bound with the rest of the transaction code. This makes it hard to test the exact logic around that. By extracting a class it exposes that logic in a much more testable form. |