Closed 0xrajath closed 1 year ago
Motivation:
Refactoring strategy directory into src/strategies/absolute and src/strategies/relative so that it's more readable and sorted by functionality.
src/strategies/absolute
src/strategies/relative
Modifications:
Result:
Cleaner strategy separation. Related to https://github.com/llamaxyz/llama/issues/435
Coverage after merging rajath/strategy-directory-refactor into main will be
Motivation:
Refactoring strategy directory into
src/strategies/absolute
andsrc/strategies/relative
so that it's more readable and sorted by functionality.Modifications:
src/strategies/absolute
src/strategies/relative
Result:
Cleaner strategy separation. Related to https://github.com/llamaxyz/llama/issues/435