Skip to content

Primitives in separate folder#84

Merged
SimonDanisch merged 4 commits into
masterfrom
refactor
Sep 10, 2020
Merged

Primitives in separate folder#84
SimonDanisch merged 4 commits into
masterfrom
refactor

Conversation

@juliohm
Copy link
Copy Markdown
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
Copy Markdown
Member Author

juliohm commented Sep 2, 2020

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

Copy link
Copy Markdown
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.

Comment thread src/primitives/pyramids.jl Outdated
Comment thread src/primitives/rectangles.jl Outdated
Comment thread src/geometry_primitives.jl Outdated
Comment thread src/primitives.jl Outdated
Comment thread src/GeometryBasics.jl Outdated
include("interfaces.jl")
include("metadata.jl")
include("viewtypes.jl")
include("geometry_primitives.jl")
Copy link
Copy Markdown
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
Copy Markdown
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.

Comment thread src/primitives.jl Outdated
@juliohm
Copy link
Copy Markdown
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
Copy Markdown
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