Home © Rinat Abdullin 🌟 AI Research · Newsletter · ML Labs · About

Lessons Learned - Diagnostics

Bigger the projects are is, harder it is to make sure that everything is running smoothly and there are no unknown bugs. This becomes even harder if the software is highly flexible and configurable. One way of dealing with this challenge (in addition to the UnitTests and Continuous Integration) is adding some more run-time diagnostics to software.

For example you could ship some Unit Tests with your product (Kudos to SSW for the idea) or run built-in diagnostics.

One of the easy ways for implementing Diagnostics - just sprinkle self-checking code in critical places of the system, and then run every validation (check out the Validation Application Block, for example) method while building the visualization of your system.

Published: July 08, 2007.

🤗 Check out my newsletter! It is about building products with ChatGPT and LLMs: latest news, technical insights and my journey. Check out it out