Domain-Driven Debugging and Troubleshooting
SDT (Structured Debugging and Troubleshooting) is procedural (action-based). Once we get the description of the problem we jump to actions:
- Ask this
- Ask that
- Do this
- Do that
- …
Whereas OODT is centered around objects (systems and customers are also objects):
-
Get objects from the problem description and problem environment
-
Interrogate them sending messages (could be an email at high levels :-)) like changing a registry key is a message to configuration management subsystem
- …
OODT depends on troubleshooting domain and therefore finally we finally come to DDDT.
- Dmitry Vostokov @ DumpAnalysis.org -