Skip to content

Commit

Permalink
Improve maintainability of UEF ACU enhancements (#6498)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRowey authored Oct 31, 2024
1 parent 337185d commit 641d598
Show file tree
Hide file tree
Showing 2 changed files with 376 additions and 222 deletions.
1 change: 1 addition & 0 deletions changelog/snippets/other.6498.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- (#6498) Refactor the Enhancements section in the Unit script file to replace the long if/else chain with a more modular design. Each enhancement should have its own dedicated function, enabling cleaner code organization and easier maintenance. The CreateEnhancement function will then call the appropriate enhancement function based on specific enhancement criteria.
Loading

0 comments on commit 641d598

Please sign in to comment.