AbanteAI / rawdog

Generate and auto-execute Python scripts in the cli
Apache License 2.0
1.75k stars 134 forks source link

Refactor parse_script function for readability and maintainability #90

Open adev3141 opened 2 months ago

adev3141 commented 2 months ago

This commit refactors the parse_script function to enhance readability and maintainability. Changes include:

These changes aim to make the codebase more understandable and easier to maintain, without altering its functionality.

adev3141 commented 1 month ago

In the latest commit, I've tried to implement all the suggested improvements.