home /all notes/ here 📝

Observability as a medium for code education

August 25, 20241 minute readnotes observability systems
  • Observability output of a piece of code can be a great source of entry point for anyone trying to read the code for the first time
  • Tracing operations can provide a holistic view of code execution
  • Often large codebases can be overwhelming for a new person
  • Tracing provides a real-world, usecase-based view of the textual code
  • Tracing coverage - similar to text coverage
  • IDE-based tools to visualize internal operations

Related posts


Subscribe to get my latest posts by email.

    I won't send you spam. Unsubscribe at any time.

    © Mohit Karekar • karekar.mohit@gmail.com