Skip to content

Primitives in separate folder #84

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

Merged
merged 4 commits into from
Sep 10, 2020
Merged

Primitives in separate folder #84

merged 4 commits into from
Sep 10, 2020

Conversation

juliohm
Copy link
Member

@juliohm juliohm commented Aug 31, 2020

This pull request is a first attempt to organize the codebase before contributing actual functionality. I just moved code related to primitives to a single place. Appreciate if you can review.

@juliohm juliohm requested a review from SimonDanisch September 1, 2020 11:39
@juliohm
Copy link
Member Author

juliohm commented Sep 2, 2020

Hi @SimonDanisch could you please take a look at this? Thanks.

Copy link
Contributor

@evetion evetion left a comment

Choose a reason for hiding this comment

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

Appreciate the effort to structure a codebase! Some remarks:

  • Fix the file ending (EOF) with a blank line everywhere (didn't comment on all cases).
  • The rest are just thoughts, maybe @SimonDanisch can decide on those.

@@ -8,11 +8,11 @@ module GeometryBasics
include("fixed_arrays.jl")
include("offsetintegers.jl")
include("basic_types.jl")
include("primitives.jl")
include("interfaces.jl")
include("metadata.jl")
include("viewtypes.jl")
include("geometry_primitives.jl")
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this file also be moved, or be renamed?

Copy link
Member Author

Choose a reason for hiding this comment

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

I agree. Appreciate if anyone can suggest a better name. By reading the contents I couldn't figure out a good name.

@juliohm
Copy link
Member Author

juliohm commented Sep 9, 2020

I've incorporated @evetion suggestions. This PR is ready for review.

@SimonDanisch SimonDanisch merged commit 2580374 into master Sep 10, 2020
@SimonDanisch SimonDanisch deleted the refactor branch September 10, 2020 18:17
@SimonDanisch
Copy link
Member

Thank you :)

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.

3 participants