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

Use symfony process helper #1003

Open
cmuench opened this issue May 27, 2022 · 2 comments
Open

Use symfony process helper #1003

cmuench opened this issue May 27, 2022 · 2 comments

Comments

@cmuench
Copy link
Member

cmuench commented May 27, 2022

Current Implementation

Currently we have own logic in our util section to execute processes.
We should evaluate if it's better to use the build in symfony process helper.

https://symfony.com/doc/4.4/components/console/helpers/processhelper.html

Expected Benefits

Reduce anount of maintained code.

@torhoehn
Copy link
Contributor

@cmuench
Copy link
Member Author

cmuench commented Sep 22, 2022

@torhoehn No. It's about replacing the manual "exec" calls in the code base with a more standardized way how it's handled in Symfony applications.
We have own util classes and re-invent the wheel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants