isabelrem / 2023-Software-Development-Assessment

MIT License
2 stars 1 forks source link

Refactor generate_bed.py for modularity and PEP 8 compliance #26

Closed Egle-G closed 11 months ago

Egle-G commented 12 months ago

Key changes include breaking the script into two distinct functions (parse_panel_data and write_bed_to_json) for better organisation and readability, updating the code to adhere to PEP 8 standards (including improved naming conventions and documentation), and enhancing error handling for JSON parsing.