Skip to content
Snippets Groups Projects
  • Florian Schröder's avatar
    0ddb9e04
    Add and optimize type hints, refactor functions, improve readability · 0ddb9e04
    Florian Schröder authored
    Various changes have been made in the codebase to improve readability and maintainability. Type hints have been added to the functions and variables for better understanding of the datatypes. Refactoring of some code segments has also been done to make the code more concise and readable. The 'EffectType', 'ItemType' enumerations have been enriched with docstrings for better understanding of the enums. Certain classes have been updated to better follow the single responsibility principle.
    0ddb9e04
    History
    Add and optimize type hints, refactor functions, improve readability
    Florian Schröder authored
    Various changes have been made in the codebase to improve readability and maintainability. Type hints have been added to the functions and variables for better understanding of the datatypes. Refactoring of some code segments has also been done to make the code more concise and readable. The 'EffectType', 'ItemType' enumerations have been enriched with docstrings for better understanding of the enums. Certain classes have been updated to better follow the single responsibility principle.