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
Splitting #3746 (comment) to a separate issue (that should be again dealt indepentently on upload feature). Current code - (without or in-near-future with) upload subcomponent - suffers by:
global options are "not so global" (e.g. neither apply to help, some dont apply to clean, many wont apply to upload). The idea of global options does not scale well with our current components. We shall revisit this approach.
currently, each component "enumeratively" declares each and every option it supports, namely those "shared among some other components". And passing lists of options among components is the same. It is error prone, lots of copy&pasted code. We should have one place with declaration "this component supports these options, can pass those to that component" - and a component will understand its options specification from that json/yaml.
The text was updated successfully, but these errors were encountered:
Splitting #3746 (comment) to a separate issue (that should be again dealt indepentently on upload feature). Current code - (without or in-near-future with) upload subcomponent - suffers by:
help
, some dont apply toclean
, many wont apply toupload
). The idea of global options does not scale well with our current components. We shall revisit this approach.The text was updated successfully, but these errors were encountered: