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

Document relevant mixin usage patterns #129

Closed
5 tasks
glpuga opened this issue Mar 5, 2023 · 3 comments
Closed
5 tasks

Document relevant mixin usage patterns #129

glpuga opened this issue Mar 5, 2023 · 3 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@glpuga
Copy link
Collaborator

glpuga commented Mar 5, 2023

Description

The last few weeks have been rich in design proposals for problems we're likely to encounter again. Since we are

A few of these are probably worth keeping around as part of the permanent documentation, for

  • Design documentation for third-parties.
  • New developer onboarding.
  • Archival. Lots of good godbolt examples that should not be lost and can potentially be reused.

Definition of done

  • Define storage place. Linkable Doxygen docs, markdown documentation in repository, other?
  • Define template. The pattern information as structured in the GoF book can be a start point: https://en.wikipedia.org/wiki/Software_design_pattern#Documentation
  • Document general C++ mixin pattern as used in Ciabatta.
  • Document Ivan's additive modules proposal described here.
  • Document Nahuel's std::visit usage to create a filter factory proposed here and with a larger example in here.

Additional considerations

@glpuga glpuga added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 5, 2023
@olmerg
Copy link
Collaborator

olmerg commented Mar 6, 2023

I think that could be interesting to publish in a place like linkedin or medium

@hidmic
Copy link
Collaborator

hidmic commented Feb 9, 2024

Considering we are moving away from mixins, I'm inclined to close this ticket.

@glpuga please do if you agree.

@hidmic
Copy link
Collaborator

hidmic commented May 22, 2024

Closing this due to lack of activity.

@hidmic hidmic closed this as completed May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants