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
The code for each REST node (provisioning, verification, etc) is contained entirely within it's own sub-package. This leads to significant duplication of common or similar functionality (e.g. ReportProblem is re-implmented inside each sub-package).
We should fuctor out ReportProblem along with some other common bits (which may require some additionaly parametrisation) into a separate sub-package which is then re-used by all node implementations.
The text was updated successfully, but these errors were encountered:
The code for each REST node (provisioning, verification, etc) is contained entirely within it's own sub-package. This leads to significant duplication of common or similar functionality (e.g.
ReportProblem
is re-implmented inside each sub-package).We should fuctor out
ReportProblem
along with some other common bits (which may require some additionaly parametrisation) into a separate sub-package which is then re-used by all node implementations.The text was updated successfully, but these errors were encountered: