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
This should allow the MDM protocol to be easily extendable in the future to support more needs without any impact on previous feature, at least if we do it well…
The text was updated successfully, but these errors were encountered:
The SOLID design pattern is requested for the MDM protocol:
S - Single-responsibility Principle
O - Open-closed Principle
L - Liskov Substitution Principle
I - Interface Segregation Principle
D - Dependency Inversion Principle
This should allow the MDM protocol to be easily extendable in the future to support more needs without any impact on previous feature, at least if we do it well…
The text was updated successfully, but these errors were encountered: