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

Concepts for Skills should be Separated from the NamedType #69

Open
stellarpower opened this issue Feb 1, 2022 · 0 comments
Open

Concepts for Skills should be Separated from the NamedType #69

stellarpower opened this issue Feb 1, 2022 · 0 comments

Comments

@stellarpower
Copy link

There's a nice set of concepts/traits for the skills in underlying_functionalities.hpp that would be useful for general-purpose code, including where concepts support isn't present. It would be nice to separate these out (poissibly even into a separate mini-library) from the NamedType aspect of the code, such that they can be re-used. I think also the skills would be easier to read if the concepts aspect were separated out from the NamedType-specific bits (i.e. frequent calls to .get()). I may have a go at this myself, be it as a separate small library or just integrated back here, I'll keep you posted if I do get the time.

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

No branches or pull requests

1 participant