|
|
|
|
|
by borlanco
873 days ago
|
|
I always debug with printf for the clear benefits you mention, and I happen to know another one. Because I am commited to the Way of Printf, I have seen myself anticipating where printfs might be needed, and limiting the complexity of each segment of code to support printfs that aren't there yet. In my experience, commitment to printf debugging incentivizes coding for simplicity and observability. |
|