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

electrostatic-sandbox-framework: introduced primer binaries #28

Merged
merged 3 commits into from
Jun 26, 2024

Conversation

pavly-gerges
Copy link
Member

@pavly-gerges pavly-gerges commented Jun 26, 2024

This PR adds a primer submodule that could be swapped with the original binaries for flexibility of early accessing and testing architectures, and implementations on the same interfaces.

Notice: how this applies the Liskov Substitution Principle (LSP) and Dependency Inversion Principle (DIP) on a wider scale by building swappable binaries totally compatible with the framework interfaces, i.e., the project depends on the abstraction irrespective of the dependencies.

@pavly-gerges pavly-gerges added enhancement New feature or request build-script Build script related stuff. labels Jun 26, 2024
@pavly-gerges pavly-gerges merged commit f747f07 into master Jun 26, 2024
2 checks passed
@pavly-gerges pavly-gerges deleted the electrostatic-primer-bin branch June 26, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-script Build script related stuff. enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Electrostatic-primer] Include binaries for early access and experimenting
1 participant