Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2684 | Kartik K. Agaram | 2016-02-19 | 1 | -583/+0 |
| | | | | Cleanup. | ||||
* | 2683 | Kartik K. Agaram | 2016-02-19 | 1 | -0/+583 |
Attempts at improving the superficial looks of replace_type_ingredients(). These don't change the underlying complexity, but perhaps they help gain confidence that all cases have been covered. There's a mini version-history of prior attempts in tmp directories. But really, the ugliness and duplication here stems from earlier design choices: a) Keeping type ordinals and type names in separate trees. b) Even further back, choosing to duplicate types at properties[0]. |