bartczak-pa / projects-roadmap-sh

MIT License
0 stars 0 forks source link

Refactor script to use robust file path handling strategy #6

Open sourcery-ai[bot] opened 3 weeks ago

sourcery-ai[bot] commented 3 weeks ago

In the current implementation, the script uses a hardcoded relative file path, which makes it dependent on the current working directory. This approach can lead to issues when the script is run from different directories or environments. To improve the robustness and portability of the script, it is recommended to use an absolute path based on the user's home directory or a designated configuration directory.

Suggested Fix:

Action Items:


I created this issue for @bartczak-pa from https://github.com/bartczak-pa/projects-roadmap-sh/pull/5#discussion_r1818131317.

Tips and commands #### Interacting with Sourcery - **Generate a plan of action:** Comment `@sourcery-ai plan` on this issue. - **Generate a pull request for this issue:** Comment `@sourcery-ai develop` to generate a PR that addresses this issue. #### Getting Help - [Contact our support team](mailto:support@sourcery.ai) for questions or feedback. - Visit our [documentation](https://docs.sourcery.ai) for detailed guides and information. - Keep in touch with the Sourcery team by following us on [X/Twitter](https://x.com/SourceryAI), [LinkedIn](https://www.linkedin.com/company/sourcery-ai/) or [GitHub](https://github.com/sourcery-ai).