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

export the traits #50

Merged
merged 1 commit into from
May 15, 2022
Merged

export the traits #50

merged 1 commit into from
May 15, 2022

Conversation

visr
Copy link
Member

@visr visr commented May 15, 2022

This is onto the branch of #49, but separate because it might warrant some discussion.

One of the advantages of adding *Trait to all trait types, is that they wont clash with other packages. The disadvantage is that some of them get even longer, e.g. GeoInterface.AbstractGeometryCollectionTrait. But we can alleviate this by exporting all the traits. What do you think?

For my own reference, replacements made with

GeoInterface.(\w+)Trait
$1Trait

@rafaqz
Copy link
Member

rafaqz commented May 15, 2022

Yes having Trait at the end means they're really unlikely to clash, so it's probably a good idea

@evetion evetion merged commit cfadd5e into check May 15, 2022
@visr visr deleted the export-traits branch May 15, 2022 16: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.

None yet

3 participants