-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add DeploymentStepDriverBase & DeploymentStepFieldsDriverBase #16874
base: main
Are you sure you want to change the base?
Conversation
hishamco
commented
Oct 12, 2024
•
edited
Loading
edited
- Reduce the code boilerplate for both the deployment step driver & deployment step fields driver
- No more magic strings for deployment steps shapes
d0600f9
to
146778c
Compare
@hishamco I don't think this is a good idea and may add more things to learn for no added value. |
why there's no value, most of the time lost in a typo in a shape name during the deployment, please keep this open for now and I might open another PR to avoid magic strings at least. Then we can have a choice to keep it or break it |
Because it hide too much details and it's hard to understand what is happening with the code. The logic in drivers should be visible so have full control and full visibility on what the code does. |
This pull request has merge conflicts. Please resolve those before requesting a review. |