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

using vs include #87

Open
eelstork opened this issue Feb 5, 2023 · 0 comments
Open

using vs include #87

eelstork opened this issue Feb 5, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@eelstork
Copy link
Collaborator

eelstork commented Feb 5, 2023

Dependency management does not live up to how dependencies actually want to work.
include style dependencies are okay if we have a relatively concise interface between the BT and C#

In practice C# needs to expose ad-hoc properties which often have strong cohesion with just a subtree or task.

using dependencies are the way to go, and there may be a need for local (function level) variants.

@eelstork eelstork added the enhancement New feature or request label Feb 5, 2023
@eelstork eelstork added this to the Alpha milestone Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant