federicoditirro / Catastrophe-Bond-Market-Scraper

MIT License
1 stars 0 forks source link

Issue #1: Missing main function #1

Closed tommasocerruti closed 4 weeks ago

tommasocerruti commented 2 months ago

The project currently lacks a main function. While there are individual functions implemented, there is no main entry point that orchestrates the overall execution of the program. This makes it difficult to understand how to run the program and how the various functions interact.

tommasocerruti commented 2 months ago

Proposed Solution: Create a main() function that calls the necessary functions in the correct order. This function should serve as the starting point of the program and provide a clear structure for execution. It will also help for issue #2.

tommasocerruti commented 4 weeks ago

Since the target of the script is non-technical users, it's better to keep a single file to avoid multiple file managment