Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-45281: Break apart safir.database for ease of maintenance #271

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

rra
Copy link
Member

@rra rra commented Jul 18, 2024

Convert safir.database from a single-file module to a directory and separate the code into internal modules for ease of maintenance. Upcoming PRs will be adding more code to safir.database, and this will avoid dumping all of that code into a single large file.

Convert safir.database from a single-file module to a directory
and separate the code into internal modules for ease of maintenance.
Upcoming PRs will be adding more code to safir.database, and this
will avoid dumping all of that code into a single large file.
@rra
Copy link
Member Author

rra commented Jul 18, 2024

This is purely moving code around, so review is just conceptual. If you think this is a good idea, I can put up a PR to break apart some of the other larger modules.

@rra rra requested a review from jonathansick July 18, 2024 21:25
@rra rra changed the title DM-45281: Break apart safir.database for ease of maintenance DM-45281: Break apart safir.database for ease of maintenance Jul 18, 2024
Copy link
Member

@jonathansick jonathansick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. I like this approach for growing modules.

@rra rra merged commit 1f3629b into main Jul 18, 2024
6 checks passed
@rra rra deleted the tickets/DM-45281 branch July 18, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants