Tuesday, February 25, 2020

Scientific approach to software engineering - debugging template

What is scientific debugging

It is the practice of bringing "The scientific method" into debugging software problems. It is mainly driven by hypothesis. If we follow scientific debugging, we can easily offload state from our brain, easy to pause and resume debugging. Ultimately to save our nights and weekends.

One more template!

There are limited resources on the web talking about scientific debugging. More links in the resources section below. When we practice the scientific debugging we need to document the hypothesis and its results on the paper. As we all know, without a template, developers never document. Unfortunately, there is no good template available. Hence need to create below one.

It is a gist so anyone can issue a PR to update the same.

Resources

Happy debugging...

No comments: