Skip to content
Snippets Groups Projects
  • Florian Schröder's avatar
    8721e435
    Refactor recipe validation and improve graph generation · 8721e435
    Florian Schröder authored
    The 'recipes.py' module is renamed to 'validation.py' and the 'RecipeValidation' class is renamed to 'Validation'. The code is refactored to use f-strings for better readability. Graph generation has also been improved by simplifying the way edges are added and returning information as a dictionary. An unnecessary png file generation has been removed. Changes have been made where these classes are imported and used.
    8721e435
    History
    Refactor recipe validation and improve graph generation
    Florian Schröder authored
    The 'recipes.py' module is renamed to 'validation.py' and the 'RecipeValidation' class is renamed to 'Validation'. The code is refactored to use f-strings for better readability. Graph generation has also been improved by simplifying the way edges are added and returning information as a dictionary. An unnecessary png file generation has been removed. Changes have been made where these classes are imported and used.