You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to refactor Composer support class methods install & uninstall. They shouldn't know anything about Job entity.
executeCommand doing too many things. It's doing JobFileRepository work. Maybe it will be better to make a new ProcessFileRepository class which will be responsible for process output read\write.
The text was updated successfully, but these errors were encountered:
Need to refactor Composer support class methods
install
&uninstall
. They shouldn't know anything aboutJob
entity.executeCommand
doing too many things. It's doingJobFileRepository
work. Maybe it will be better to make a newProcessFileRepository
class which will be responsible for process output read\write.The text was updated successfully, but these errors were encountered: