|
|
|
|
|
by ProfXponent
1483 days ago
|
|
I really cannot believe what I am reading in this thread. It’s pretty trivial to setup a debugger in most IDE’s these days and share a config with your team. Print logging falls flat on its face in async systems. I feel like the ven diagram of people using text editors as a replacement for IDE’s and people doing print logging must be a circle. |
|
it's really fundamental to have good logging! both to discover issues as they unfold, and to debug past runs of the program for which you didn't know there was a problem and as such you didn't run the code in a debugger