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

refactor: restructure core crate source code #27

Merged
merged 9 commits into from
Apr 8, 2024

Conversation

imrn99
Copy link
Collaborator

@imrn99 imrn99 commented Mar 28, 2024

Description

Reorganize the structure of the core crate into thematically consistent modules. This does not affect the public API, only inner paths.

Scope

  • Code: honeycomb

Type of change

  • Refactor

Other

...

Necessary follow-up

  • Other: Mention in changelog file done

Mentions

...

@@ -0,0 +1,42 @@
//! Module short description
Copy link
Member

Choose a reason for hiding this comment

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

Not sure about having a separate file for that.
These ids are mostly used as internal indices, so keeping them close to data structures also make sense.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I have grouped them here at the moment since I will be re-implementing data structures for attributes sooner than expected (see #30)

@imrn99 imrn99 merged commit 0a37723 into master Apr 8, 2024
5 checks passed
@imrn99 imrn99 deleted the restructure-core-crate branch April 8, 2024 06:12
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